0

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

4

1 回答 1

0

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

Mule 现在专门使用 CXF 来公开和使用 Web 服务。

于 2013-09-27T14:27:41.630 回答