XML error parsing SOAP payload: Reserved XML Name

后端 未结 3 1167
孤街浪徒
孤街浪徒 2021-01-22 13:15

I have a very simple web service that returns a string (hardcoded at that). I keep getting an error while parsing SOAP payload : Reserved XML Name.

I can view the WSDL n

3条回答
  •  耶瑟儿~
    2021-01-22 13:51

    In my code it was poorly formatted XML, as in the Portuguese language BR has very special characters, quotes, did not close the tag correctly. At the end of the code shows the return, an XML, made a check at this site: http://www.xmlvalidation.com/ then he went back to work.

提交回复
热议问题