I have write xml code for requesting web service
I am getting proper response like:
<?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>
I want only string from this response
Can you please help me out?
I can offer this function to easily extract the value in classic ASP:
Include this in your code, then you can use it like this: