我想知道如何使用Axis2通过Mule运行Web服务?
My Mule Version是3.3.0。
这是Example_RMITest.xml
<http:inbound-endpoint exchange-pattern="request-response" name="${serviceID}"
host="${proxyHostname}" port="${proxyPort}" path="${serviceID}"
encoding="UTF-8" doc:name="入站HTTP" />
<http:outbound-endpoint exchange-pattern="request-response" address="http://192.168.98.48:9080/JKService/webservices/JKService?wsdl"
encoding="UTF-8" doc:name="出站HTTP" />
答案 0 :(得分:0)
在Mule 3.x中放弃了Axis支持。
Mule现在专门用于暴露和使用Web服务。