Hi,

I have an WebService (.net 3.5) with Soap 1.1 method. I am using ASP 3 (classic) with Javascript Soap Client to call the WebService and I need to transform the result with a XSL file, but i don“t know how to do this with a SOAP 1.1. I have some solutions with a default XML results.

XML Result:

Code:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
...