Exemplo de retorno SOAP
Disponibilizado para o cliente pelas API´s intermediárias. Encontram-se entre as marcações CDATA.
SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<incluirClienteResponse xmlns="http://systax.com.br">
<incluirClienteReturn>
<![CDATA[
<systaxCadastroResp><codigo>100</codigo><mensagem>Incluído com
sucesso.</mensagem><id>66646</id></systaxCadastroResp>
]]>
</incluirClienteReturn>
</incluirClienteResponse>
</soapenv:Body>
</soapenv:Envelope>