Administrador_AdministradorSepararFormulario_SepararFormulario
Click here for a complete list of operations.
SepararFormulario
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Integrador/Administrador_AdministradorSepararFormulario_SepararFormulario.asmx HTTP/1.1
Host: ws.picizintegrador.grupozfb.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Administrador_AdministradorSepararFormulario_SepararFormulario/SepararFormulario"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<inHeader xmlns="http://Mensajes.General.inHeader">
<CDCIAUSUARIA xmlns="">string</CDCIAUSUARIA>
<CDZONAFRANCA xmlns="">integer</CDZONAFRANCA>
<DSUSUARIO xmlns="">string</DSUSUARIO>
<PWDUSUARIO xmlns="">string</PWDUSUARIO>
</inHeader>
</soap:Header>
<soap:Body>
<SepararFormulario xmlns="http://tempuri.org/">
<ENCABEZADOFORMULARIO xmlns="http://Mensajes.Formularios.EncabezadoFormulario">
<CDFACTURA xmlns="">string</CDFACTURA>
<CDNIT_IMPORTADOR xmlns="">string</CDNIT_IMPORTADOR>
<CDNIT_SIA xmlns="">string</CDNIT_SIA>
<DOC_TRANSPORTE xmlns="">string</DOC_TRANSPORTE>
<DOC_EXPORTACION xmlns="">string</DOC_EXPORTACION>
<CDTRANSACCCION xmlns="">string</CDTRANSACCCION>
<DSCOMENTARIO xmlns="">string</DSCOMENTARIO>
<CDNIT_EXPORTADOR xmlns="">string</CDNIT_EXPORTADOR>
<CDTIPO xmlns="">string</CDTIPO>
<NMVLR_AGREGADONAL xmlns="">string</NMVLR_AGREGADONAL>
<SNREINTEGRO xmlns="">string</SNREINTEGRO>
<PLANILLA xmlns="">string</PLANILLA>
</ENCABEZADOFORMULARIO>
</SepararFormulario>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SepararFormularioResponse xmlns="http://tempuri.org/">
<RESULTADOFORMULARIO xmlns="http://Mensajes.Formularios.ResultadoFormulario">
<FGRESULTADO xmlns="">boolean</FGRESULTADO>
<DSMENSAJE xmlns="">string</DSMENSAJE>
<NMFORMULARIO xmlns="">decimal</NMFORMULARIO>
<SNCERTIFICADOINTEGRACION xmlns="">string</SNCERTIFICADOINTEGRACION>
<IDREQUEST xmlns="">string</IDREQUEST>
<ERRORES xmlns="">
<ERRORFORMULARIO>
<CDTIPOREGISTRO>string</CDTIPOREGISTRO>
<CDREGISTRO>string</CDREGISTRO>
<DSCAMPO>string</DSCAMPO>
<CDERROR>string</CDERROR>
<DSERROR>string</DSERROR>
</ERRORFORMULARIO>
<ERRORFORMULARIO>
<CDTIPOREGISTRO>string</CDTIPOREGISTRO>
<CDREGISTRO>string</CDREGISTRO>
<DSCAMPO>string</DSCAMPO>
<CDERROR>string</CDERROR>
<DSERROR>string</DSERROR>
</ERRORFORMULARIO>
</ERRORES>
</RESULTADOFORMULARIO>
</SepararFormularioResponse>
</soap:Body>
</soap:Envelope>