Tabla de contenido

Publicidad

SenddocUment: reSPUeStA deL SerVicio WeB
HTTP/1.1 200 OK
Content‑Type: application/soap+xml; charset=utf‑8
Content‑Length: [value]
<?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>
<SendDocumentResponse xmlns="[uri]">
<SendDocumentResult>[value]</SendDocumentResult>
</SendDocumentResponse>
</soap12:Body>
</soap12:Envelope>

SOAP 1.1

LoGon: trAnSmiSiÓn deSde ScAn Point
POST /HL7Test/service.asmx HTTP/1.1
Host: localhost
Content‑Type: text/xml; charset=utf‑8
Content‑Length: [value]
SOAPAction: "[uri]Logon"
<?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>
<Logon xmlns="[uri]">
<loginName>[value]</loginName>
<password>[value]</password>
</Logon>
</soap:Body>
</soap:Envelope>
Manual del usuario completo: Configuración del servicio web
93

Publicidad

Tabla de contenido
loading

Tabla de contenido