Árvore de páginas

Versões comparadas

Chave

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

...

Informações
titleExemplo de Chamada do Método

1 - Exemplo de chamada e retorno do método AtualizarStatusTicketLC_Integracao


Bloco de código
titleChamada:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:liv="http://LiveConnector/" xmlns:ren="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data" xmlns:ren1="http://schemas.datacontract.org/2004/07/Rentech.PracticoLive.Connector.Objects">
   <soapenv:Header/>
   <soapenv:Body>
      <liv:AtualizarStatusTicketLC_Integracao>
         <liv:identificacao>
            <ren1:Chave>c827c0cb-df3b-4872-8153-755f9c57e903</ren1:Chave>
            <ren1:CodigoSistemaSatelite>2200000000</ren1:CodigoSistemaSatelite>            
            <ren1:ListaTickets>
               <ren1:LC_Ticket>                  
                  <ren1:Numero>1200101005944801</ren1:Numero>
               </ren1:LC_Ticket>
               <ren1:LC_Ticket>
                  <ren1:Numero>1200101005944800</ren1:Numero>
               </ren1:LC_Ticket>
               <ren1:LC_Ticket>                  
                  <ren1:Numero>1200101010054600</ren1:Numero>
               </ren1:LC_Ticket>               
            </ren1:ListaTickets>
            <ren1:Status>1</ren1:Status>
            <ren1:Tipoticket>36</ren1:Tipoticket>
         </liv:identificacao>
      </liv:AtualizarStatusTicketLC_Integracao>
   </soapenv:Body>
</soapenv:Envelope>




Bloco de código
titleRetorno :

<s:Envelope

...

xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<AtualizarStatusTicketLC_IntegracaoResponse xmlns="http://LiveConnector/">
<AtualizarStatusTicketLC_IntegracaoResult xmlns:a="http://schemas.datacontract.org/2004/07/Rentech.PracticoLive.Connector.Objects" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:LC_StatusTicket>
<ClassID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">LC_StatusTicket</ClassID>
<Creation xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</Creation>
<LastUpdate xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</LastUpdate>
<ObjectID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</ObjectID>
<OwnerID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</OwnerID>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</UserID>
<a:NumeroSequencia i:nil="true"

...

/>
<a:Numero>1200101005944801</a:Numero>
<a:Observacao/>
<a:StatusRetorno>1</a:StatusRetorno>
</a:LC_StatusTicket>
<a:LC_StatusTicket>
<ClassID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">LC_StatusTicket</ClassID>
<Creation xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</Creation>
<LastUpdate xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</LastUpdate>
<ObjectID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</ObjectID>
<OwnerID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</OwnerID>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</UserID>
<a:NumeroSequencia i:nil="true"/>
<a:Numero>1200101005944800</a:Numero>
<a:Observacao/>
<a:StatusRetorno>1</a:StatusRetorno>
</a:LC_StatusTicket>
<a:LC_StatusTicket>
<ClassID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">LC_StatusTicket</ClassID>
<Creation xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</Creation>
<LastUpdate xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">2020-12-02T13:32:17.3320704-03:00</LastUpdate>
<ObjectID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</ObjectID>
<OwnerID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</OwnerID>
<UserID xmlns="http://schemas.datacontract.org/2004/07/Rentech.Framework.Data">00000000-0000-0000-0000-000000000000</UserID>
<a:NumeroSequencia i:nil="true"/>
<a:Numero>1200101010054600</a:Numero>
<a:Observacao/>
<a:StatusRetorno>1</a:StatusRetorno>
</a:LC_StatusTicket>
</AtualizarStatusTicketLC_IntegracaoResult>
</AtualizarStatusTicketLC_IntegracaoResponse>
</s:Body>
</s:Envelope>