Multiple name spaces in a soap fault message causing FaultException deserialization to fail

后端 未结 3 789
面向向阳花
面向向阳花 2021-01-22 20:46

We\'re connecting to a web service and the fault message we\'re getting back isn\'t deserializing (at all), and no version of class that I can make will deserialize correctly. W

3条回答
  •  旧时难觅i
    2021-01-22 21:44

    First of all, if you cannot get the WSDL from the people who produced this web service, then they have no business having a SOAP-based web service. A proper WSDL would solve your problem, whether or not "?WSDL" is used.

    Second, please post the code of the eGov2ExceptionType class. I suspect it does not have the http://eGov.gov namespace set on it.

提交回复
热议问题