I am trying to use the web service SOAP Response with the XMLModel, right now I can send a request and get the response. The response looks like this:
http://www.w3.org/2003/05/soap-envelope"> xmlns:ns=" http://webservice.cpb.dqw.sap.com"> http://shared.cpb.dqw.sap.com/xsd" xmlns:ax21=" http://types.cpb.dqw.sap.com/xsd" xmlns:ax24=" http://types.sdk.boe.dqw.sap.com/xsd" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax21:CPBAdminResult"> 0 OK ,
I am trying to parse through the response and having trouble getting any values out of it. Any help would be appreciated.