问题描述
请教下高手怎么把下面的ReturnCode解析出来。<?xmlversion="1.0"encoding="UTF-8"?><SOAP-ENV:Envelopexmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsdout="http://main.asig.regaltec.com/xsdout.xsd"xmlns:tns="http://main.asig.regaltec.com"><SOAP-ENV:Header></SOAP-ENV:Header><SOAP-ENV:BodySOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><tns:executeXMLResponsexsi:type="tns:executeXMLResponse"><executeXMLReturnxsi:type="xsdout:string"><?xmlversion="1.0"encoding="GBK"?><SERVICE><ReturnCode>0</ReturnCode><Message>处理工单正常!</Message></SERVICE></executeXMLReturn></tns:executeXMLResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>