<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns="http://application/StatusNotification">
<SOAP-ENV:Body>
<StatusNotification>
<StatusNotificationMessage>
<sourceSystem>
<sourceSystemType>Somewhere</sourceSystemType>
<sourceSystemId>MySystem</sourceSystemId>
</sourceSystem>
<alternativeIdentifiers>
<alternativeIdentifier>
<name>employeeNumber</name>
<value>1234567890</value>
</alternativeIdentifier>
<alternativeIdentifier>
<name>departmentNumber</name>
<value>12345678</value>
</alternativeIdentifier>
</alternativeIdentifiers>
<characteristics>
<characteristic>
<name>swipeDateTime</name>
<value>20120613123625</value>
</characteristic>
<characteristic>
<name>role</name>
<value>MAN</value>
</characteristic>
</characteristics>
</StatusNotificationMessage>
</StatusNotification>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>