Parsing Soap response - XML/XPATH (In soapUI) (namespace in SoapUI response)
问题 If I've a Soap response like below <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns0:SomeResponse xmlns:ns0="urn:ABC:EFG:HIJ:Some_WS"> <ns0:ID>6384</ns0: ID> <ns0:Some_ID>10530</ns0: Some_ID > <ns0:Status>SomeStatus</ns0:Status> <ns0:Number>INT1037;INT1027;</ns0: Number> </ns0:SomeResponse > </soapenv:Body> </soapenv:Envelope> How can I retrieve