What is the correct format of a SOAP response
问题 I'm working with a Web Service that i didn't make and i'm getting two different responses from the same method, data is the same but format changes and that crashes my app Response 1: <SOAP-ENV:Envelope xmlns:SOAP-ENV=...> <SOAP-ENV:Body SOAP-ENV:encodingStyle="..." xmlns:NS1="..." xmlns:NS2="..."> <NS1:...> <return href="#1"/> </NS1:...> <NS2:..." xsi:type="NS2:..."> </NS2:...> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response 2: <SOAP-ENV:Envelope xmlns:SOAP-ENV=...> <SOAP-ENV:Body SOAP-ENV