WsCCompensacion
Click here for a complete list of operations.
TablaCCompensacion
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /WsCCompensacion.asmx HTTP/1.1
Host: comex.camara.lms.com.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://comex.camara.lms.com.mx/TablaCCompensacion"
<?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>
<TablaCCompensacion xmlns="http://comex.camara.lms.com.mx/">
<programaId>string</programaId>
<moduleKey>string</moduleKey>
<quincena>string</quincena>
<mes>string</mes>
<año>string</año>
</TablaCCompensacion>
</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>
<TablaCCompensacionResponse xmlns="http://comex.camara.lms.com.mx/">
<TablaCCompensacionResult>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
</TablaCCompensacionResult>
</TablaCCompensacionResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /WsCCompensacion.asmx HTTP/1.1
Host: comex.camara.lms.com.mx
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>
<TablaCCompensacion xmlns="http://comex.camara.lms.com.mx/">
<programaId>string</programaId>
<moduleKey>string</moduleKey>
<quincena>string</quincena>
<mes>string</mes>
<año>string</año>
</TablaCCompensacion>
</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>
<TablaCCompensacionResponse xmlns="http://comex.camara.lms.com.mx/">
<TablaCCompensacionResult>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
</TablaCCompensacionResult>
</TablaCCompensacionResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /WsCCompensacion.asmx/TablaCCompensacion?programaId=string&moduleKey=string&quincena=string&mes=string&año=string HTTP/1.1 Host: comex.camara.lms.com.mx
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTablaCCompensacion xmlns="http://comex.camara.lms.com.mx/">
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
</ArrayOfTablaCCompensacion>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /WsCCompensacion.asmx/TablaCCompensacion HTTP/1.1 Host: comex.camara.lms.com.mx Content-Type: application/x-www-form-urlencoded Content-Length: length programaId=string&moduleKey=string&quincena=string&mes=string&año=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTablaCCompensacion xmlns="http://comex.camara.lms.com.mx/">
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
<TablaCCompensacion>
<Batch_Source_Name>string</Batch_Source_Name>
<Referencia>string</Referencia>
<Bill_Location>string</Bill_Location>
<Sould_Customer_Number>string</Sould_Customer_Number>
<Transaction_type>string</Transaction_type>
<Description>string</Description>
<Divisa>string</Divisa>
<AMOUNT>double</AMOUNT>
<Memo_Line>string</Memo_Line>
<Tipo_Cambio>string</Tipo_Cambio>
<UsoCFDI>string</UsoCFDI>
</TablaCCompensacion>
</ArrayOfTablaCCompensacion>