如何使用Axis2到Mule运行Web服务

时间:2013-09-27 09:08:11

标签: java mule soa

我想知道如何使用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" />   

1 个答案:

答案 0 :(得分:0)

在Mule 3.x中放弃了Axis支持。

Mule现在专门用于暴露和使用Web服务。