componentesService


Click here for a complete list of operations.

getInfoComponentes

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

<?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>
    <getInfoComponentes xmlns="http://tempuri.org/">
      <codigoComponente>string</codigoComponente>
      <ascendente>int</ascendente>
    </getInfoComponentes>
  </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>
    <getInfoComponentesResponse xmlns="http://tempuri.org/">
      <getInfoComponentesResult>
        <InfoComponenteResponse>
          <fil_cod_componente xmlns="http://sgc.talk-med.com/">string</fil_cod_componente>
          <prod_cod_componente xmlns="http://sgc.talk-med.com/">string</prod_cod_componente>
          <prod_cod_padre xmlns="http://sgc.talk-med.com/">string</prod_cod_padre>
          <revision_componente xmlns="http://sgc.talk-med.com/">string</revision_componente>
          <origen_componente xmlns="http://sgc.talk-med.com/">string</origen_componente>
          <cantidad_compenente xmlns="http://sgc.talk-med.com/">string</cantidad_compenente>
          <dcf xmlns="http://sgc.talk-med.com/">string</dcf>
          <prodfil_unidad_medida_componente xmlns="http://sgc.talk-med.com/">string</prodfil_unidad_medida_componente>
          <prodfil_com_fab_componente xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab_componente>
          <lincnt_cod_componente xmlns="http://sgc.talk-med.com/">string</lincnt_cod_componente>
          <prod_cod_llamada xmlns="http://sgc.talk-med.com/">string</prod_cod_llamada>
          <prod_desc_llamada xmlns="http://sgc.talk-med.com/">string</prod_desc_llamada>
          <prodfil_desc_componente xmlns="http://sgc.talk-med.com/">string</prodfil_desc_componente>
          <estpf_cod_componente xmlns="http://sgc.talk-med.com/">string</estpf_cod_componente>
          <prod_type_componente xmlns="http://sgc.talk-med.com/">string</prod_type_componente>
          <prodfil_version_componente xmlns="http://sgc.talk-med.com/">string</prodfil_version_componente>
          <acondicionador_componente xmlns="http://sgc.talk-med.com/">string</acondicionador_componente>
          <version_cod_llamada xmlns="http://sgc.talk-med.com/">string</version_cod_llamada>
          <fil_cod_prod xmlns="http://sgc.talk-med.com/">string</fil_cod_prod>
          <prodfil_cod_componente xmlns="http://sgc.talk-med.com/">string</prodfil_cod_componente>
          <prod_desc_componente xmlns="http://sgc.talk-med.com/">string</prod_desc_componente>
          <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre>
        </InfoComponenteResponse>
        <InfoComponenteResponse>
          <fil_cod_componente xmlns="http://sgc.talk-med.com/">string</fil_cod_componente>
          <prod_cod_componente xmlns="http://sgc.talk-med.com/">string</prod_cod_componente>
          <prod_cod_padre xmlns="http://sgc.talk-med.com/">string</prod_cod_padre>
          <revision_componente xmlns="http://sgc.talk-med.com/">string</revision_componente>
          <origen_componente xmlns="http://sgc.talk-med.com/">string</origen_componente>
          <cantidad_compenente xmlns="http://sgc.talk-med.com/">string</cantidad_compenente>
          <dcf xmlns="http://sgc.talk-med.com/">string</dcf>
          <prodfil_unidad_medida_componente xmlns="http://sgc.talk-med.com/">string</prodfil_unidad_medida_componente>
          <prodfil_com_fab_componente xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab_componente>
          <lincnt_cod_componente xmlns="http://sgc.talk-med.com/">string</lincnt_cod_componente>
          <prod_cod_llamada xmlns="http://sgc.talk-med.com/">string</prod_cod_llamada>
          <prod_desc_llamada xmlns="http://sgc.talk-med.com/">string</prod_desc_llamada>
          <prodfil_desc_componente xmlns="http://sgc.talk-med.com/">string</prodfil_desc_componente>
          <estpf_cod_componente xmlns="http://sgc.talk-med.com/">string</estpf_cod_componente>
          <prod_type_componente xmlns="http://sgc.talk-med.com/">string</prod_type_componente>
          <prodfil_version_componente xmlns="http://sgc.talk-med.com/">string</prodfil_version_componente>
          <acondicionador_componente xmlns="http://sgc.talk-med.com/">string</acondicionador_componente>
          <version_cod_llamada xmlns="http://sgc.talk-med.com/">string</version_cod_llamada>
          <fil_cod_prod xmlns="http://sgc.talk-med.com/">string</fil_cod_prod>
          <prodfil_cod_componente xmlns="http://sgc.talk-med.com/">string</prodfil_cod_componente>
          <prod_desc_componente xmlns="http://sgc.talk-med.com/">string</prod_desc_componente>
          <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre>
        </InfoComponenteResponse>
      </getInfoComponentesResult>
    </getInfoComponentesResponse>
  </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/getInfoComponentes?codigoComponente=string&ascendente=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"?>
<ArrayOfInfoComponenteResponse xmlns="http://tempuri.org/">
  <InfoComponenteResponse>
    <fil_cod_componente xmlns="http://sgc.talk-med.com/">string</fil_cod_componente>
    <prod_cod_componente xmlns="http://sgc.talk-med.com/">string</prod_cod_componente>
    <prod_cod_padre xmlns="http://sgc.talk-med.com/">string</prod_cod_padre>
    <revision_componente xmlns="http://sgc.talk-med.com/">string</revision_componente>
    <origen_componente xmlns="http://sgc.talk-med.com/">string</origen_componente>
    <cantidad_compenente xmlns="http://sgc.talk-med.com/">string</cantidad_compenente>
    <dcf xmlns="http://sgc.talk-med.com/">string</dcf>
    <prodfil_unidad_medida_componente xmlns="http://sgc.talk-med.com/">string</prodfil_unidad_medida_componente>
    <prodfil_com_fab_componente xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab_componente>
    <lincnt_cod_componente xmlns="http://sgc.talk-med.com/">string</lincnt_cod_componente>
    <prod_cod_llamada xmlns="http://sgc.talk-med.com/">string</prod_cod_llamada>
    <prod_desc_llamada xmlns="http://sgc.talk-med.com/">string</prod_desc_llamada>
    <prodfil_desc_componente xmlns="http://sgc.talk-med.com/">string</prodfil_desc_componente>
    <estpf_cod_componente xmlns="http://sgc.talk-med.com/">string</estpf_cod_componente>
    <prod_type_componente xmlns="http://sgc.talk-med.com/">string</prod_type_componente>
    <prodfil_version_componente xmlns="http://sgc.talk-med.com/">string</prodfil_version_componente>
    <acondicionador_componente xmlns="http://sgc.talk-med.com/">string</acondicionador_componente>
    <version_cod_llamada xmlns="http://sgc.talk-med.com/">string</version_cod_llamada>
    <fil_cod_prod xmlns="http://sgc.talk-med.com/">string</fil_cod_prod>
    <prodfil_cod_componente xmlns="http://sgc.talk-med.com/">string</prodfil_cod_componente>
    <prod_desc_componente xmlns="http://sgc.talk-med.com/">string</prod_desc_componente>
    <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre>
  </InfoComponenteResponse>
  <InfoComponenteResponse>
    <fil_cod_componente xmlns="http://sgc.talk-med.com/">string</fil_cod_componente>
    <prod_cod_componente xmlns="http://sgc.talk-med.com/">string</prod_cod_componente>
    <prod_cod_padre xmlns="http://sgc.talk-med.com/">string</prod_cod_padre>
    <revision_componente xmlns="http://sgc.talk-med.com/">string</revision_componente>
    <origen_componente xmlns="http://sgc.talk-med.com/">string</origen_componente>
    <cantidad_compenente xmlns="http://sgc.talk-med.com/">string</cantidad_compenente>
    <dcf xmlns="http://sgc.talk-med.com/">string</dcf>
    <prodfil_unidad_medida_componente xmlns="http://sgc.talk-med.com/">string</prodfil_unidad_medida_componente>
    <prodfil_com_fab_componente xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab_componente>
    <lincnt_cod_componente xmlns="http://sgc.talk-med.com/">string</lincnt_cod_componente>
    <prod_cod_llamada xmlns="http://sgc.talk-med.com/">string</prod_cod_llamada>
    <prod_desc_llamada xmlns="http://sgc.talk-med.com/">string</prod_desc_llamada>
    <prodfil_desc_componente xmlns="http://sgc.talk-med.com/">string</prodfil_desc_componente>
    <estpf_cod_componente xmlns="http://sgc.talk-med.com/">string</estpf_cod_componente>
    <prod_type_componente xmlns="http://sgc.talk-med.com/">string</prod_type_componente>
    <prodfil_version_componente xmlns="http://sgc.talk-med.com/">string</prodfil_version_componente>
    <acondicionador_componente xmlns="http://sgc.talk-med.com/">string</acondicionador_componente>
    <version_cod_llamada xmlns="http://sgc.talk-med.com/">string</version_cod_llamada>
    <fil_cod_prod xmlns="http://sgc.talk-med.com/">string</fil_cod_prod>
    <prodfil_cod_componente xmlns="http://sgc.talk-med.com/">string</prodfil_cod_componente>
    <prod_desc_componente xmlns="http://sgc.talk-med.com/">string</prod_desc_componente>
    <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre>
  </InfoComponenteResponse>
</ArrayOfInfoComponenteResponse>