我正使用 cxf:jaxws-service 创建一个骡子网络服务。 这是 url : http:// localhost: 65042/ InsertDocService/ InsertDoc, 我以 ablie 生成 WSDL 文件, 但我想要用 cxf:jaxws-client 来在骡子中消费这项服务 。
<flow name="documentumclientflowFlow1" doc:name="documentumclientflowFlow1">
<inbound-endpoint address="http://localhost:65042/InsertDocumentumService/InsertDocumentum" doc:name="Generic"/>
<cxf:jaxws-client operation="insertDocumentum" serviceClass="com.integration.IDocumentumInsert" port="80" mtomEnabled="true" enableMuleSoapHeaders="true" doc:name="SOAP"/>
<outbound-endpoint address="http://locahhost:65042/InsertDocumentumService/InsertDocumentum" doc:name="Generic"/>
</flow>
如果我引用了这个, 它将会进入服务项目, 并获得像"org.apache. cxf. interphenor. fault: no service: (HTTP Get PATH_INFO:/InsertDocumentum Service/InsertDocumentumum)"这样的错误。 请任何人建议我如何解决这个问题, 以及如何消耗这项服务 。