Páginas filhas
  • Capacitação - Postman - Testes Serviços de Integrações - Exemplos

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

SOAPAction: "http://www.totvs.com/RECEIVEMESSAGE"
Content-Type: text/xml


2 - Definição do XML a ser enviado:

O XML é Definido com:

  • Envelope Soap que é sempre o mesmo na cor Violeta.
  • CData que define o inicio e fim do XML na cor Verde.
  • XML de Mensagem Unica na cor Azul.

XML:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
                   <tot:RECEIVEMESSAGE>
                   <tot:INMSG><![CDATA[<?xml version="1.0" encoding="UTF-8"?><TOTVSMessage><MessageInformation version="1.000"><UUID>2e9320b3-d01e-4e45-9d99-bc052b9ae723</UUID><Type>BusinessMessage</Type><Transaction>WHOIS</Transaction>                       <StandardVersion>1.000</StandardVersion><SourceApplication>RM</SourceApplication><CompanyId>1</CompanyId><BranchId>1</BranchId><Product name="RM" version="12.1.25.0" /><GeneratedOn>2019-08-16T14:35:01</GeneratedOn>                                      <DeliveryType>Sync</DeliveryType></MessageInformation><BusinessMessage><BusinessEvent><Entity>WHOIS</Entity><Event>upsert</Event></BusinessEvent><EnabledTransactions /></BusinessMessage></TOTVSMessage>]]></tot:INMSG>
</tot:RECEIVEMESSAGE>
</soapenv:Body>
</soapenv:Envelope>


Image Added




EXEMPLOS:

  • XML Exemplo de Envio de Projeto ao Protheus

...