Service1


Click here for a complete list of operations.

InsertaServicio

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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertaServicio"

<?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>
    <InsertaServicio xmlns="http://tempuri.org/">
      <Codigo_Material>string</Codigo_Material>
      <Ramo>string</Ramo>
      <Tipo_material>string</Tipo_material>
      <Centro_logistico>string</Centro_logistico>
      <Organizacion_venta>string</Organizacion_venta>
      <Canal_Distribucion>string</Canal_Distribucion>
      <Descripcion_denominacion>string</Descripcion_denominacion>
      <Unidad_medida>string</Unidad_medida>
      <Grupo_Articulo>string</Grupo_Articulo>
      <N_antiguo_material>string</N_antiguo_material>
      <Grupo_Articulos_Externo>string</Grupo_Articulos_Externo>
      <Sector>string</Sector>
      <Grupo_Estadistica_Material>string</Grupo_Estadistica_Material>
      <Grupo_Materiales>string</Grupo_Materiales>
      <Grupo_Imputacion_Material>string</Grupo_Imputacion_Material>
      <DEBUG>string</DEBUG>
      <Tipo>string</Tipo>
      <codSolFluTrabajo>string</codSolFluTrabajo>
      <NombreGrillaServicio>string</NombreGrillaServicio>
    </InsertaServicio>
  </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>
    <InsertaServicioResponse xmlns="http://tempuri.org/">
      <InsertaServicioResult>xml</InsertaServicioResult>
    </InsertaServicioResponse>
  </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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
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>
    <InsertaServicio xmlns="http://tempuri.org/">
      <Codigo_Material>string</Codigo_Material>
      <Ramo>string</Ramo>
      <Tipo_material>string</Tipo_material>
      <Centro_logistico>string</Centro_logistico>
      <Organizacion_venta>string</Organizacion_venta>
      <Canal_Distribucion>string</Canal_Distribucion>
      <Descripcion_denominacion>string</Descripcion_denominacion>
      <Unidad_medida>string</Unidad_medida>
      <Grupo_Articulo>string</Grupo_Articulo>
      <N_antiguo_material>string</N_antiguo_material>
      <Grupo_Articulos_Externo>string</Grupo_Articulos_Externo>
      <Sector>string</Sector>
      <Grupo_Estadistica_Material>string</Grupo_Estadistica_Material>
      <Grupo_Materiales>string</Grupo_Materiales>
      <Grupo_Imputacion_Material>string</Grupo_Imputacion_Material>
      <DEBUG>string</DEBUG>
      <Tipo>string</Tipo>
      <codSolFluTrabajo>string</codSolFluTrabajo>
      <NombreGrillaServicio>string</NombreGrillaServicio>
    </InsertaServicio>
  </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>
    <InsertaServicioResponse xmlns="http://tempuri.org/">
      <InsertaServicioResult>xml</InsertaServicioResult>
    </InsertaServicioResponse>
  </soap12:Body>
</soap12:Envelope>