<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="urn:TestControllerwsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:consultarTransacaoResponse>
<return xsi:type="xsd:string">{
"retornoTransacao":{
"numeroTransacao":7007444,
"statusSuperpay":1,
"statusTransacao":1,
"codigoFormaPagamento":17,
"valorTotal":"33.34",
"quantidadeParcelas":1,
"taxaEmbarque":0,
"valorDesconto":0,
"codigoTransacaoOperadora":0,
"numeroAutorizacao":0,
"numeroComprovanteVenda":"",
"dataAprovacaoOperadora":"",
"mensagemVenda":""
}
}
</return>
</ns1:consultarTransacaoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope> |