Mule を介して Axis2 を使用して Web サービスを実行する方法を知りたいですか?
私の Mule のバージョンは 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" />