<?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>
<Logon xmlns="[uri]">
<loginName>[value]</loginName>
<password>[value]</password>
</Logon>
</soap12:Body>
</soap12:Envelope>
LoGon: 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>
<LogonResponse xmlns="[uri]" />
</soap12:Body>
</soap12:Envelope>
SenddocUment: trAnSmiSiÓn deSde ScAn Point
POST /HL7Test/service.asmx HTTP/1.1
Host: localhost
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>
<SendDocument xmlns="[uri]">
<documentId>[value]</documentId>
<documentContent>[value]</documentContent>
</SendDocument>
</soap12:Body>
</soap12:Envelope>
92