componentesService
Click here for a complete list of operations.
GetProductosResponse
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/GetProductosResponse" <?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> <GetProductosResponse xmlns="http://tempuri.org/"> <prod_cod>string</prod_cod> <fil_cod>string</fil_cod> <com_fab>string</com_fab> <dcf>string</dcf> <prod_desc>string</prod_desc> <prod_desc_fil>string</prod_desc_fil> <acondicionador>string</acondicionador> <version>string</version> <tipo>string</tipo> <estado>string</estado> </GetProductosResponse> </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> <GetProductosResponseResponse xmlns="http://tempuri.org/"> <GetProductosResponseResult> <GetProductosResponse> <prod_cod xmlns="http://sgc.talk-med.com/">string</prod_cod> <dcf xmlns="http://sgc.talk-med.com/">string</dcf> <prodfil_com_fab xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab> <fil_cod xmlns="http://sgc.talk-med.com/">string</fil_cod> <prodfil_desc xmlns="http://sgc.talk-med.com/">string</prodfil_desc> <prod_desc xmlns="http://sgc.talk-med.com/">string</prod_desc> <acondicionador xmlns="http://sgc.talk-med.com/">string</acondicionador> <version xmlns="http://sgc.talk-med.com/">string</version> <tipo xmlns="http://sgc.talk-med.com/">string</tipo> <estado xmlns="http://sgc.talk-med.com/">string</estado> <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre> </GetProductosResponse> <GetProductosResponse> <prod_cod xmlns="http://sgc.talk-med.com/">string</prod_cod> <dcf xmlns="http://sgc.talk-med.com/">string</dcf> <prodfil_com_fab xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab> <fil_cod xmlns="http://sgc.talk-med.com/">string</fil_cod> <prodfil_desc xmlns="http://sgc.talk-med.com/">string</prodfil_desc> <prod_desc xmlns="http://sgc.talk-med.com/">string</prod_desc> <acondicionador xmlns="http://sgc.talk-med.com/">string</acondicionador> <version xmlns="http://sgc.talk-med.com/">string</version> <tipo xmlns="http://sgc.talk-med.com/">string</tipo> <estado xmlns="http://sgc.talk-med.com/">string</estado> <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre> </GetProductosResponse> </GetProductosResponseResult> </GetProductosResponseResponse> </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/GetProductosResponse?prod_cod=string&fil_cod=string&com_fab=string&dcf=string&prod_desc=string&prod_desc_fil=string&acondicionador=string&version=string&tipo=string&estado=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"?> <ArrayOfGetProductosResponse xmlns="http://tempuri.org/"> <GetProductosResponse> <prod_cod xmlns="http://sgc.talk-med.com/">string</prod_cod> <dcf xmlns="http://sgc.talk-med.com/">string</dcf> <prodfil_com_fab xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab> <fil_cod xmlns="http://sgc.talk-med.com/">string</fil_cod> <prodfil_desc xmlns="http://sgc.talk-med.com/">string</prodfil_desc> <prod_desc xmlns="http://sgc.talk-med.com/">string</prod_desc> <acondicionador xmlns="http://sgc.talk-med.com/">string</acondicionador> <version xmlns="http://sgc.talk-med.com/">string</version> <tipo xmlns="http://sgc.talk-med.com/">string</tipo> <estado xmlns="http://sgc.talk-med.com/">string</estado> <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre> </GetProductosResponse> <GetProductosResponse> <prod_cod xmlns="http://sgc.talk-med.com/">string</prod_cod> <dcf xmlns="http://sgc.talk-med.com/">string</dcf> <prodfil_com_fab xmlns="http://sgc.talk-med.com/">string</prodfil_com_fab> <fil_cod xmlns="http://sgc.talk-med.com/">string</fil_cod> <prodfil_desc xmlns="http://sgc.talk-med.com/">string</prodfil_desc> <prod_desc xmlns="http://sgc.talk-med.com/">string</prod_desc> <acondicionador xmlns="http://sgc.talk-med.com/">string</acondicionador> <version xmlns="http://sgc.talk-med.com/">string</version> <tipo xmlns="http://sgc.talk-med.com/">string</tipo> <estado xmlns="http://sgc.talk-med.com/">string</estado> <prodfil_cod_padre xmlns="http://sgc.talk-med.com/">string</prodfil_cod_padre> </GetProductosResponse> </ArrayOfGetProductosResponse>