get a only string from soap Response in classic asp

svetaasexy

New Member
I have write xml code for requesting web service I am getting proper response like:\[code\]<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <getOrderFileResponse xmlns="http://www.edocbuilder.com/"> <getOrderFileResult>**string**</getOrderFileResult> </getOrderFileResponse> </soap:Body></soap:Envelope>\[/code\]I want only string from this response Can you please help me out?
 
Back
Top