3 271 bytes adicionados
, 17h55min de 29 de dezembro de 2020
'''ITCI0XX''' - Instrução de trabalho para a criação de um processo (fórmula visual) para envio de relatórios para assinatura digital no DocXpress.
== Orientações gerais ==
http://sosl2p-prd-ws.totvscloud.com.br:16080/wsReport/mex?wsdl
###############################################################
--GetReportInfo
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
<tot:GetReportInfo>
<!--Optional:-->
<tot:codColigada>7</tot:codColigada>
<!--Optional:-->
<tot:idReport>13894</tot:idReport>
</tot:GetReportInfo>
</soapenv:Body>
</soapenv:Envelope>
###############################################################
--GenerateReport
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
<tot:GenerateReport>
<!--Optional:-->
<tot:codColigada>7</tot:codColigada>
<!--Optional:-->
<tot:id>13894</tot:id>
<!--Optional:-->
<tot:filters><![CDATA[<?xml version="1.0" encoding="utf-16"?>
<ArrayOfRptFilterReportPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.totvs.com.br/RM/">
<RptFilterReportPar>
<BandName>RptReport</BandName>
<FiltersByTable>
<RptFilterByTablePar>
<Filter>PFUNC.CODCOLIGADA = 7 AND PFUNC.CHAPA = '00181'</Filter>
<TableName>PFUNC</TableName>
</RptFilterByTablePar>
</FiltersByTable>
<MainFilter>true</MainFilter>
<Value>(PFUNC.CODCOLIGADA = 7 AND PFUNC.CHAPA = '00181')</Value>
</RptFilterReportPar>
</ArrayOfRptFilterReportPar>]]></tot:filters>
<!--Optional:-->
<tot:parameters><![CDATA[<?xml version="1.0" encoding="utf-16"?><ArrayOfRptParameterReportPar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.totvs.com.br/RM/"></ArrayOfRptParameterReportPar>]]></tot:parameters>
<!--Optional:-->
<tot:fileName>123.pfd</tot:fileName>
</tot:GenerateReport>
</soapenv:Body>
</soapenv:Envelope>
###############################################################
--GetGeneratedReportSize
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
<tot:GetGeneratedReportSize>
<!--Optional:-->
<tot:guid>a6849258-8711-4ad4-a5a4-69ae54c8a6b4</tot:guid>
</tot:GetGeneratedReportSize>
</soapenv:Body>
</soapenv:Envelope>
###############################################################
--GetFileChunk
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">
<soapenv:Header/>
<soapenv:Body>
<tot:GetFileChunk>
<!--Optional:-->
<tot:guid>a6849258-8711-4ad4-a5a4-69ae54c8a6b4</tot:guid>
<!--Optional:-->
<tot:length>90576</tot:length>
</tot:GetFileChunk>
</soapenv:Body>
</soapenv:Envelope>
###############################################################
--GenerateReportAsynchronous
###############################################################
[[Categoria:CI]]