DNA_APEL_AppCommunication_WebServices
Haga clic aquí para obtener una lista completa de operaciones.
CreateLlamadaServicio
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 /DNA_APEL_AppCommunication_WebServices.asmx HTTP/1.1
Host: xenoncomputer.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/CreateLlamadaServicio"
<?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>
<CreateLlamadaServicio xmlns="http://tempuri.org/">
<oRequest>
<UserToken>string</UserToken>
<llamadaServicio>
<appId>string</appId>
<callId>string</callId>
<docNum>string</docNum>
<subject>string</subject>
<customer>string</customer>
<itemCode>string</itemCode>
<status>string</status>
<contactPerson>string</contactPerson>
<internalSN>string</internalSN>
<createDate>string</createDate>
<closedDate>string</closedDate>
<createTime>int</createTime>
<closedTime>int</closedTime>
<empID>int</empID>
<tipo>string</tipo>
<InformeReparacion>
<IDInforme>string</IDInforme>
<Medicion1>string</Medicion1>
<Antes1>string</Antes1>
<Despues1>string</Despues1>
<Medicion2>string</Medicion2>
<Antes2>string</Antes2>
<Despues2>string</Despues2>
<Medicion3>string</Medicion3>
<Antes3>string</Antes3>
<Despues3>string</Despues3>
<Medicion4>string</Medicion4>
<Antes4>string</Antes4>
<Despues4>string</Despues4>
<Medicion5>string</Medicion5>
<Antes5>string</Antes5>
<Despues5>string</Despues5>
<AveriaDetectada>string</AveriaDetectada>
<AccionesCorrectoras>string</AccionesCorrectoras>
<Anomalias>string</Anomalias>
<Indicaciones>string</Indicaciones>
<Pruebas>string</Pruebas>
</InformeReparacion>
<AlbaranesCompra>
<Albaran xsi:nil="true" />
<Albaran xsi:nil="true" />
</AlbaranesCompra>
<Partes>
<Parte xsi:nil="true" />
<Parte xsi:nil="true" />
</Partes>
<Planificaciones>
<Planificacion xsi:nil="true" />
<Planificacion xsi:nil="true" />
</Planificaciones>
</llamadaServicio>
</oRequest>
</CreateLlamadaServicio>
</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>
<CreateLlamadaServicioResponse xmlns="http://tempuri.org/">
<CreateLlamadaServicioResult>
<OT>string</OT>
<OTDocNum>string</OTDocNum>
<Albaranes>string</Albaranes>
<Partes>string</Partes>
<OTAppId>string</OTAppId>
</CreateLlamadaServicioResult>
</CreateLlamadaServicioResponse>
</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 /DNA_APEL_AppCommunication_WebServices.asmx HTTP/1.1
Host: xenoncomputer.es
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>
<CreateLlamadaServicio xmlns="http://tempuri.org/">
<oRequest>
<UserToken>string</UserToken>
<llamadaServicio>
<appId>string</appId>
<callId>string</callId>
<docNum>string</docNum>
<subject>string</subject>
<customer>string</customer>
<itemCode>string</itemCode>
<status>string</status>
<contactPerson>string</contactPerson>
<internalSN>string</internalSN>
<createDate>string</createDate>
<closedDate>string</closedDate>
<createTime>int</createTime>
<closedTime>int</closedTime>
<empID>int</empID>
<tipo>string</tipo>
<InformeReparacion>
<IDInforme>string</IDInforme>
<Medicion1>string</Medicion1>
<Antes1>string</Antes1>
<Despues1>string</Despues1>
<Medicion2>string</Medicion2>
<Antes2>string</Antes2>
<Despues2>string</Despues2>
<Medicion3>string</Medicion3>
<Antes3>string</Antes3>
<Despues3>string</Despues3>
<Medicion4>string</Medicion4>
<Antes4>string</Antes4>
<Despues4>string</Despues4>
<Medicion5>string</Medicion5>
<Antes5>string</Antes5>
<Despues5>string</Despues5>
<AveriaDetectada>string</AveriaDetectada>
<AccionesCorrectoras>string</AccionesCorrectoras>
<Anomalias>string</Anomalias>
<Indicaciones>string</Indicaciones>
<Pruebas>string</Pruebas>
</InformeReparacion>
<AlbaranesCompra>
<Albaran xsi:nil="true" />
<Albaran xsi:nil="true" />
</AlbaranesCompra>
<Partes>
<Parte xsi:nil="true" />
<Parte xsi:nil="true" />
</Partes>
<Planificaciones>
<Planificacion xsi:nil="true" />
<Planificacion xsi:nil="true" />
</Planificaciones>
</llamadaServicio>
</oRequest>
</CreateLlamadaServicio>
</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>
<CreateLlamadaServicioResponse xmlns="http://tempuri.org/">
<CreateLlamadaServicioResult>
<OT>string</OT>
<OTDocNum>string</OTDocNum>
<Albaranes>string</Albaranes>
<Partes>string</Partes>
<OTAppId>string</OTAppId>
</CreateLlamadaServicioResult>
</CreateLlamadaServicioResponse>
</soap12:Body>
</soap12:Envelope>