Páginas filhas
  • Baixa de lançamento utilizando o método 'ExecuteWithXmlParams'

Versões comparadas

Chave

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


Exemplo de Baixa via Web service utilizando o método ExecuteWithXmlParams:


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header />
<soapenv:Body>
<tot:ExecuteWithXmlParams xmlns:tot="http://www.totvs.com/">
<tot:ProcessServerName>FinTBCBaixaDataProcess</tot:ProcessServerName>
<tot:strXmlParams><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<FinTBCBaixaParamsProc xmlns="http://www.totvs.com.br/RM/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ActionModule xmlns="http://www.totvs.com/">F</ActionModule>
<ActionName xmlns="http://www.totvs.com/">FinTBCBaixaAction</ActionName>
<CanParallelize xmlns="http://www.totvs.com/">true</CanParallelize>
<CanSendMail xmlns="http://www.totvs.com/">false</CanSendMail>
<CanWaitSchedule xmlns="http://www.totvs.com/">false</CanWaitSchedule>
<CodUsuario xmlns="http://www.totvs.com/">mestre</CodUsuario>
<ConnectionId i:nil="true" xmlns="http://www.totvs.com/" />
<ConnectionString i:nil="true" xmlns="http://www.totvs.com/" />
<Context xmlns="http://www.totvs.com/" xmlns:a="http://www.totvs.com.br/RM/">
<a:_params xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<b:KeyValueOfanyTypeanyType>
<b:Key i:type="c:string" xmlns:c="http://www.w3.org/2001/XMLSchema">$CODCOLIGADA</b:Key>
<b:Value i:type="c:int" xmlns:c="http://www.w3.org/2001/XMLSchema">1</b:Value>
</b:KeyValueOfanyTypeanyType>
<b:KeyValueOfanyTypeanyType>
<b:Key i:type="c:string" xmlns:c="http://www.w3.org/2001/XMLSchema">$CODSISTEMA</b:Key>
<b:Value i:type="c:string" xmlns:c="http://www.w3.org/2001/XMLSchema">F</b:Value>
</b:KeyValueOfanyTypeanyType>
<b:KeyValueOfanyTypeanyType>
<b:Key i:type="c:string" xmlns:c="http://www.w3.org/2001/XMLSchema">$CODUSUARIO</b:Key>
<b:Value i:type="c:string" xmlns:c="http://www.w3.org/2001/XMLSchema">mestre</b:Value>
</b:KeyValueOfanyTypeanyType>
</a:_params>
<a:Environment>DotNet</a:Environment>
</Context>

...