我想知道如何通过 Mule 使用 Axis2 运行 Web 服务?
我的骡子版本是 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" />