Proveedores


Haga clic aquí para obtener una lista completa de operaciones.

Proveedores_Cambio_Estado

Prueba

El formulario de prueba sólo está disponible para solicitudes del equipo local.

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /Proveedores_CDC.asmx HTTP/1.1
Host: proveedores.christiandior.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://proveedores.christiandior.com/Proveedores_Cambio_Estado"

<?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>
    <Proveedores_Cambio_Estado xmlns="http://proveedores.christiandior.com/">
      <pID>string</pID>
      <pEstado>Borrador or Pend_Aprob_Contabilidad or Pend_Aprob_Financiero or Pend_Aprob_Homologacion or Aprobado or Registrado_AS400 or Rechazado or Pend_Aprob_Financiero_Modif_Datos or Rechazado_Modificacion</pEstado>
      <pHonorario>string</pHonorario>
      <pUsr>string</pUsr>
      <pTxtCambioEstado>string</pTxtCambioEstado>
    </Proveedores_Cambio_Estado>
  </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>
    <Proveedores_Cambio_EstadoResponse xmlns="http://proveedores.christiandior.com/">
      <Proveedores_Cambio_EstadoResult>xml</Proveedores_Cambio_EstadoResult>
    </Proveedores_Cambio_EstadoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /Proveedores_CDC.asmx HTTP/1.1
Host: proveedores.christiandior.com
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>
    <Proveedores_Cambio_Estado xmlns="http://proveedores.christiandior.com/">
      <pID>string</pID>
      <pEstado>Borrador or Pend_Aprob_Contabilidad or Pend_Aprob_Financiero or Pend_Aprob_Homologacion or Aprobado or Registrado_AS400 or Rechazado or Pend_Aprob_Financiero_Modif_Datos or Rechazado_Modificacion</pEstado>
      <pHonorario>string</pHonorario>
      <pUsr>string</pUsr>
      <pTxtCambioEstado>string</pTxtCambioEstado>
    </Proveedores_Cambio_Estado>
  </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>
    <Proveedores_Cambio_EstadoResponse xmlns="http://proveedores.christiandior.com/">
      <Proveedores_Cambio_EstadoResult>xml</Proveedores_Cambio_EstadoResult>
    </Proveedores_Cambio_EstadoResponse>
  </soap12:Body>
</soap12:Envelope>