WSDL Cannot find dispatch method for

前端 未结 9 2065
没有蜡笔的小新
没有蜡笔的小新 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:28

    I had a similar problem and struggling, googling for 1 day. But it was a simple mistake that instead of:

    {http://ws.somecompany.com/services}ValidateUser
    

    It should be

    {http://ws.somecompany.com/services/}ValidateUser
    

    I had not checked my WSDL clearly.

提交回复
热议问题