Service


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

ListaArticulo

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/ListaArticulo"

<?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>
    <ListaArticulo xmlns="http://app.cassinelli.com/">
      <sCO_EMPR>string</sCO_EMPR>
      <sCO_UNID>string</sCO_UNID>
      <sST_CRIT>string</sST_CRIT>
      <sDE_CRIT>string</sDE_CRIT>
      <sCO_ALMA_VENT>string</sCO_ALMA_VENT>
      <sCO_ALMA_CONS>string</sCO_ALMA_CONS>
      <sCO_ALMA_CENT>string</sCO_ALMA_CENT>
    </ListaArticulo>
  </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>
    <ListaArticuloResponse xmlns="http://app.cassinelli.com/">
      <ListaArticuloResult>
        <Articulo>
          <co_item>string</co_item>
          <nu_corr>string</nu_corr>
          <st_venta>string</st_venta>
          <st_cons>string</st_cons>
          <st_cent>string</st_cent>
          <st_perc>string</st_perc>
          <st_bloq>string</st_bloq>
          <de_item_larg>string</de_item_larg>
          <co_unme>string</co_unme>
          <de_unme>string</de_unme>
          <nu_empa>decimal</nu_empa>
          <co_bloq>string</co_bloq>
          <pr_vent>decimal</pr_vent>
          <co_alma>string</co_alma>
          <de_alma>string</de_alma>
          <ca_actu>string</ca_actu>
          <pc_dcto>decimal</pc_dcto>
          <pr_real>decimal</pr_real>
          <pr_cigv>decimal</pr_cigv>
          <st_pedi>string</st_pedi>
          <nu_dias_repo>decimal</nu_dias_repo>
          <co_unme_empa>string</co_unme_empa>
          <ca_item>decimal</ca_item>
          <de_obse>string</de_obse>
        </Articulo>
        <Articulo>
          <co_item>string</co_item>
          <nu_corr>string</nu_corr>
          <st_venta>string</st_venta>
          <st_cons>string</st_cons>
          <st_cent>string</st_cent>
          <st_perc>string</st_perc>
          <st_bloq>string</st_bloq>
          <de_item_larg>string</de_item_larg>
          <co_unme>string</co_unme>
          <de_unme>string</de_unme>
          <nu_empa>decimal</nu_empa>
          <co_bloq>string</co_bloq>
          <pr_vent>decimal</pr_vent>
          <co_alma>string</co_alma>
          <de_alma>string</de_alma>
          <ca_actu>string</ca_actu>
          <pc_dcto>decimal</pc_dcto>
          <pr_real>decimal</pr_real>
          <pr_cigv>decimal</pr_cigv>
          <st_pedi>string</st_pedi>
          <nu_dias_repo>decimal</nu_dias_repo>
          <co_unme_empa>string</co_unme_empa>
          <ca_item>decimal</ca_item>
          <de_obse>string</de_obse>
        </Articulo>
      </ListaArticuloResult>
    </ListaArticuloResponse>
  </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>
    <ListaArticulo xmlns="http://app.cassinelli.com/">
      <sCO_EMPR>string</sCO_EMPR>
      <sCO_UNID>string</sCO_UNID>
      <sST_CRIT>string</sST_CRIT>
      <sDE_CRIT>string</sDE_CRIT>
      <sCO_ALMA_VENT>string</sCO_ALMA_VENT>
      <sCO_ALMA_CONS>string</sCO_ALMA_CONS>
      <sCO_ALMA_CENT>string</sCO_ALMA_CENT>
    </ListaArticulo>
  </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>
    <ListaArticuloResponse xmlns="http://app.cassinelli.com/">
      <ListaArticuloResult>
        <Articulo>
          <co_item>string</co_item>
          <nu_corr>string</nu_corr>
          <st_venta>string</st_venta>
          <st_cons>string</st_cons>
          <st_cent>string</st_cent>
          <st_perc>string</st_perc>
          <st_bloq>string</st_bloq>
          <de_item_larg>string</de_item_larg>
          <co_unme>string</co_unme>
          <de_unme>string</de_unme>
          <nu_empa>decimal</nu_empa>
          <co_bloq>string</co_bloq>
          <pr_vent>decimal</pr_vent>
          <co_alma>string</co_alma>
          <de_alma>string</de_alma>
          <ca_actu>string</ca_actu>
          <pc_dcto>decimal</pc_dcto>
          <pr_real>decimal</pr_real>
          <pr_cigv>decimal</pr_cigv>
          <st_pedi>string</st_pedi>
          <nu_dias_repo>decimal</nu_dias_repo>
          <co_unme_empa>string</co_unme_empa>
          <ca_item>decimal</ca_item>
          <de_obse>string</de_obse>
        </Articulo>
        <Articulo>
          <co_item>string</co_item>
          <nu_corr>string</nu_corr>
          <st_venta>string</st_venta>
          <st_cons>string</st_cons>
          <st_cent>string</st_cent>
          <st_perc>string</st_perc>
          <st_bloq>string</st_bloq>
          <de_item_larg>string</de_item_larg>
          <co_unme>string</co_unme>
          <de_unme>string</de_unme>
          <nu_empa>decimal</nu_empa>
          <co_bloq>string</co_bloq>
          <pr_vent>decimal</pr_vent>
          <co_alma>string</co_alma>
          <de_alma>string</de_alma>
          <ca_actu>string</ca_actu>
          <pc_dcto>decimal</pc_dcto>
          <pr_real>decimal</pr_real>
          <pr_cigv>decimal</pr_cigv>
          <st_pedi>string</st_pedi>
          <nu_dias_repo>decimal</nu_dias_repo>
          <co_unme_empa>string</co_unme_empa>
          <ca_item>decimal</ca_item>
          <de_obse>string</de_obse>
        </Articulo>
      </ListaArticuloResult>
    </ListaArticuloResponse>
  </soap12:Body>
</soap12:Envelope>