0
我想知道如何通過Mule使用Axis2運行Web服務?如何使用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" />
謝謝您的回覆。現在我已經使用Axis2運行了一個webService,我想把它放在mule上,它應該怎麼做?謝謝。 – lz5210
與JAX-WS兼容嗎? –