webService连接不上接口,显示Does it exist in service WSDL?

img
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Message part {http://service.faway.project.ruoyi.com}selectOdsFinancialErpInventoryAgingById was not recognized. (Does it exist in service WSDL?)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:161)
at com.sun.proxy.$Proxy43.selectOdsFinancialErpInventoryAgingById(Unknown Source)
at com.ruoyi.project.faway.client.ZlTest.main(ZlTest.java:23)
Caused byorg.apache.cxf.binding.soap.SoapFault: Message part {http://service.faway.project.ruoyi.com}selectOdsFinancialErpInventoryAgingById was not recognized. (Does it exist in service WSDL?)

你有没有试过用客户端公司连接上?建议先用客户端工具连接,客户端工具连接成功之后,再用代码调用,这样调试起来更容易排查问题,客户端工具可以下载一个SoapUI,使用操作如果不会的话可以百度找下方法