gpt4 book ai didi

java - 如何使用spring集成开发axis2 webservice?

转载 作者:行者123 更新时间:2023-12-02 11:50:05 28 4
gpt4 key购买 nike

<service name="demoServiceImpl" scope="application">
<description>simple spring example</description>
<schema schemaNamespace="http://www.ylzinfo.com/xsd"/>
<parameter name="SpringBeanName">demoServiceImpl</parameter>
<parameter name="ServiceObjectSupplier" locked="false">
org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier
</parameter>
<operation name="fetchPdfCipher">
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
</operation>
</service>

我知道cxf可以集成spring开发,但是我想知道axis2如何集成spring?

最佳答案

您的 service.xml 看起来正确。由于使用了SpringServletContextObjectSupplier,因此您只需在应用程序的web.xml中正确配置applicationContext.xml
在 web.xml 中添加 listenercontextConfigLocation 就可以了。提供更多文档 here

希望这有帮助。

关于java - 如何使用spring集成开发axis2 webservice?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47950536/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com