componentesService


Click here for a complete list of operations.

getPrincipiosActivos

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 /componentesService.asmx HTTP/1.1
Host: desa-gestion-empaque-ws.talk-med.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getPrincipiosActivos"

<?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>
    <getPrincipiosActivos xmlns="http://tempuri.org/">
      <FILIAL>string</FILIAL>
      <DROGA_DESCRIPCION>string</DROGA_DESCRIPCION>
      <MARCA_DESCRIPCION>string</MARCA_DESCRIPCION>
    </getPrincipiosActivos>
  </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>
    <getPrincipiosActivosResponse xmlns="http://tempuri.org/">
      <getPrincipiosActivosResult>
        <GetPrincipioActivoResponse>
          <codigo_filial>string</codigo_filial>
          <pais_filial>string</pais_filial>
          <fecha_Ultima_Venta>string</fecha_Ultima_Venta>
          <codigo_droga>string</codigo_droga>
          <droga_descripcion>string</droga_descripcion>
          <codigo_marca>string</codigo_marca>
          <marca_descripcion>string</marca_descripcion>
        </GetPrincipioActivoResponse>
        <GetPrincipioActivoResponse>
          <codigo_filial>string</codigo_filial>
          <pais_filial>string</pais_filial>
          <fecha_Ultima_Venta>string</fecha_Ultima_Venta>
          <codigo_droga>string</codigo_droga>
          <droga_descripcion>string</droga_descripcion>
          <codigo_marca>string</codigo_marca>
          <marca_descripcion>string</marca_descripcion>
        </GetPrincipioActivoResponse>
      </getPrincipiosActivosResult>
    </getPrincipiosActivosResponse>
  </soap:Body>
</soap:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /componentesService.asmx/getPrincipiosActivos?FILIAL=string&DROGA_DESCRIPCION=string&MARCA_DESCRIPCION=string HTTP/1.1
Host: desa-gestion-empaque-ws.talk-med.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfGetPrincipioActivoResponse xmlns="http://tempuri.org/">
  <GetPrincipioActivoResponse>
    <codigo_filial>string</codigo_filial>
    <pais_filial>string</pais_filial>
    <fecha_Ultima_Venta>string</fecha_Ultima_Venta>
    <codigo_droga>string</codigo_droga>
    <droga_descripcion>string</droga_descripcion>
    <codigo_marca>string</codigo_marca>
    <marca_descripcion>string</marca_descripcion>
  </GetPrincipioActivoResponse>
  <GetPrincipioActivoResponse>
    <codigo_filial>string</codigo_filial>
    <pais_filial>string</pais_filial>
    <fecha_Ultima_Venta>string</fecha_Ultima_Venta>
    <codigo_droga>string</codigo_droga>
    <droga_descripcion>string</droga_descripcion>
    <codigo_marca>string</codigo_marca>
    <marca_descripcion>string</marca_descripcion>
  </GetPrincipioActivoResponse>
</ArrayOfGetPrincipioActivoResponse>