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:
-
<?xml version="1.0" encoding="utf-8"?>
-
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
<soap:Body>
-
<KYRHResponse>
-
<KYRHResult>
-
<KYRH xmlns="">
-
<Informativo>
-
<Status>OK</Status>
-
<MsgErro></MsgErro>
-
<QtdRegistros>15</QtdRegistros>
-
</Informativo>
-
<Cabecalho>
-
<Item>
-
<NomeBanco>xxxxx</NomeBanco>
-
<Cabec>AGENCIA: xxxxx CONTA: xxxxx</Cabec>
-
<DataRef>21/06/11</DataRef>
-
<Cabec1>VCTO CRT N.NUMERO DEP. VALOR - SACADO (CGC E NOME) - OBSERVACAO</Cabec1>
-
</Item>
-
</Cabecalho>
-
<Dados>
-
<Item>
-
<Venc>01/07</Venc>
-
<Carteira>112</Carteira>
-
<NossoNum>12121212</NossoNum>
-
<DacNossoNum>4</DacNossoNum>
-
<Depos>2861</Depos>
-
<Valor>1.316,27</Valor>
-
<BR></BR>
-
<CGC>11111111</CGC>
-
<Nome>xxxx xxxxxx</Nome>
-
<Obs></Obs>
-
</Item>
-
</Dados>
-
</KYRH>
-
</KYRHResult>
-
</KYRHResponse>
-
</soap:Body>
-
</soap:Envelope>
-
XSL file: