WSDL Cannot find dispatch method for

前端 未结 9 2073
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 06:43

For a web service call using a WSDL, I\'m getting the error Cannot find dispatch method for {http://ws.somecompany.com/services}ValidateUser, what does that me

9条回答
  •  旧巷少年郎
    2020-12-15 07:20

    This typically means that the SOAP framework could not find the operation that should be invoked via this request. A SOAP framework typically inspects the message to find pointers about how to route the message to the operation. Reasons for this error are mostly configuration issues (different namespaces, different encodings (RPC vs. doc/lit), usage of WS-Addressing vs. plain SOAP etc.)

提交回复
热议问题