简体   繁体   English

如何通过Mule使用Axis2运行Web服务

[英]How to run a web service using Axis2 through Mule

I wanna know that How to run a web service using Axis2 through Mule? 我想知道如何通过Mule使用Axis2运行Web服务?

My Mule Version is 3.3.0. 我的M子版本是3.3.0。

This is Example_RMITest.xml 这是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" />   

Axis support has been abandoned in Mule 3.x. 在Mule 3.x中已经放弃了对Axis的支持。

Mule now uses CXF exclusively for both exposing and consuming web services. Mule现在专门使用CXF来公开和使用Web服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM