Mule method cannot be cast to string

后端 未结 1 566
时光取名叫无心
时光取名叫无心 2021-01-25 21:12

i\'m very new to mule studio.

This is the environements setup.

VM1 = Windows 7, Visual Studio 2012, IIS 7. A .net 4.5 WCF webservice hosted in I

相关标签:
1条回答
  • 2021-01-25 21:44

    My client was wrongly configured. It should have been clientClass, not serviceClass, and the port needed to be set as well. Once I made these changes, I got it working.

    <cxf:jaxws-client
       operation="SimplePing"
       enableMuleSoapHeaders="true"
       doc:name="SOAP"
       clientClass="TestTwo.PingService"
       port="BasicHttpBinding_IPing"
    />
    
    0 讨论(0)
提交回复
热议问题