Service


Haga clic aquí para obtener una lista completa de operaciones.

ImpresionVale

Prueba

El formulario de prueba sólo está disponible para solicitudes del equipo local.

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /Service.asmx HTTP/1.1
Host: movilapiqas.cassinelli.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://app.cassinelli.com/ImpresionVale"

<?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>
    <ImpresionVale xmlns="http://app.cassinelli.com/">
      <sCO_EMPR>string</sCO_EMPR>
      <sCO_UNID>string</sCO_UNID>
      <sCO_ALMA>string</sCO_ALMA>
      <sTI_DOCU>string</sTI_DOCU>
      <sID_DOCU>string</sID_DOCU>
    </ImpresionVale>
  </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>
    <ImpresionValeResponse xmlns="http://app.cassinelli.com/">
      <ImpresionValeResult>
        <ImprimeVale>
          <Id_docu>string</Id_docu>
          <Ti_oper>string</Ti_oper>
          <De_tipo_oper>string</De_tipo_oper>
          <Fe_docu>string</Fe_docu>
          <Nu_orde_comp>string</Nu_orde_comp>
          <Co_prov>string</Co_prov>
          <No_cort_prov>string</No_cort_prov>
          <Ti_docu_tran>string</Ti_docu_tran>
          <Id_docu_tran>string</Id_docu_tran>
          <Ob_docu>string</Ob_docu>
          <Co_item>string</Co_item>
          <De_item_larg>string</De_item_larg>
          <Ca_docu_alma>decimal</Ca_docu_alma>
          <Co_alma_refe>string</Co_alma_refe>
          <De_obse>string</De_obse>
          <Nu_docu_refe>string</Nu_docu_refe>
          <Fe_docu_refe>string</Fe_docu_refe>
          <De_dest>string</De_dest>
          <Co_mpac>string</Co_mpac>
          <Co_alma>string</Co_alma>
          <De_alma>string</De_alma>
          <Nu_guia_remi>string</Nu_guia_remi>
          <Co_auxi_empr>string</Co_auxi_empr>
          <No_cort_prov_tran>string</No_cort_prov_tran>
          <Ca_conv>string</Ca_conv>
          <Co_tipo_docu>string</Co_tipo_docu>
          <De_tipo_docu>string</De_tipo_docu>
        </ImprimeVale>
        <ImprimeVale>
          <Id_docu>string</Id_docu>
          <Ti_oper>string</Ti_oper>
          <De_tipo_oper>string</De_tipo_oper>
          <Fe_docu>string</Fe_docu>
          <Nu_orde_comp>string</Nu_orde_comp>
          <Co_prov>string</Co_prov>
          <No_cort_prov>string</No_cort_prov>
          <Ti_docu_tran>string</Ti_docu_tran>
          <Id_docu_tran>string</Id_docu_tran>
          <Ob_docu>string</Ob_docu>
          <Co_item>string</Co_item>
          <De_item_larg>string</De_item_larg>
          <Ca_docu_alma>decimal</Ca_docu_alma>
          <Co_alma_refe>string</Co_alma_refe>
          <De_obse>string</De_obse>
          <Nu_docu_refe>string</Nu_docu_refe>
          <Fe_docu_refe>string</Fe_docu_refe>
          <De_dest>string</De_dest>
          <Co_mpac>string</Co_mpac>
          <Co_alma>string</Co_alma>
          <De_alma>string</De_alma>
          <Nu_guia_remi>string</Nu_guia_remi>
          <Co_auxi_empr>string</Co_auxi_empr>
          <No_cort_prov_tran>string</No_cort_prov_tran>
          <Ca_conv>string</Ca_conv>
          <Co_tipo_docu>string</Co_tipo_docu>
          <De_tipo_docu>string</De_tipo_docu>
        </ImprimeVale>
      </ImpresionValeResult>
    </ImpresionValeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /Service.asmx HTTP/1.1
Host: movilapiqas.cassinelli.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ImpresionVale xmlns="http://app.cassinelli.com/">
      <sCO_EMPR>string</sCO_EMPR>
      <sCO_UNID>string</sCO_UNID>
      <sCO_ALMA>string</sCO_ALMA>
      <sTI_DOCU>string</sTI_DOCU>
      <sID_DOCU>string</sID_DOCU>
    </ImpresionVale>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ImpresionValeResponse xmlns="http://app.cassinelli.com/">
      <ImpresionValeResult>
        <ImprimeVale>
          <Id_docu>string</Id_docu>
          <Ti_oper>string</Ti_oper>
          <De_tipo_oper>string</De_tipo_oper>
          <Fe_docu>string</Fe_docu>
          <Nu_orde_comp>string</Nu_orde_comp>
          <Co_prov>string</Co_prov>
          <No_cort_prov>string</No_cort_prov>
          <Ti_docu_tran>string</Ti_docu_tran>
          <Id_docu_tran>string</Id_docu_tran>
          <Ob_docu>string</Ob_docu>
          <Co_item>string</Co_item>
          <De_item_larg>string</De_item_larg>
          <Ca_docu_alma>decimal</Ca_docu_alma>
          <Co_alma_refe>string</Co_alma_refe>
          <De_obse>string</De_obse>
          <Nu_docu_refe>string</Nu_docu_refe>
          <Fe_docu_refe>string</Fe_docu_refe>
          <De_dest>string</De_dest>
          <Co_mpac>string</Co_mpac>
          <Co_alma>string</Co_alma>
          <De_alma>string</De_alma>
          <Nu_guia_remi>string</Nu_guia_remi>
          <Co_auxi_empr>string</Co_auxi_empr>
          <No_cort_prov_tran>string</No_cort_prov_tran>
          <Ca_conv>string</Ca_conv>
          <Co_tipo_docu>string</Co_tipo_docu>
          <De_tipo_docu>string</De_tipo_docu>
        </ImprimeVale>
        <ImprimeVale>
          <Id_docu>string</Id_docu>
          <Ti_oper>string</Ti_oper>
          <De_tipo_oper>string</De_tipo_oper>
          <Fe_docu>string</Fe_docu>
          <Nu_orde_comp>string</Nu_orde_comp>
          <Co_prov>string</Co_prov>
          <No_cort_prov>string</No_cort_prov>
          <Ti_docu_tran>string</Ti_docu_tran>
          <Id_docu_tran>string</Id_docu_tran>
          <Ob_docu>string</Ob_docu>
          <Co_item>string</Co_item>
          <De_item_larg>string</De_item_larg>
          <Ca_docu_alma>decimal</Ca_docu_alma>
          <Co_alma_refe>string</Co_alma_refe>
          <De_obse>string</De_obse>
          <Nu_docu_refe>string</Nu_docu_refe>
          <Fe_docu_refe>string</Fe_docu_refe>
          <De_dest>string</De_dest>
          <Co_mpac>string</Co_mpac>
          <Co_alma>string</Co_alma>
          <De_alma>string</De_alma>
          <Nu_guia_remi>string</Nu_guia_remi>
          <Co_auxi_empr>string</Co_auxi_empr>
          <No_cort_prov_tran>string</No_cort_prov_tran>
          <Ca_conv>string</Ca_conv>
          <Co_tipo_docu>string</Co_tipo_docu>
          <De_tipo_docu>string</De_tipo_docu>
        </ImprimeVale>
      </ImpresionValeResult>
    </ImpresionValeResponse>
  </soap12:Body>
</soap12:Envelope>