Um den SOAP-Aufruf zu authenfizieren muss der Header folgendes beinhalten:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.universalinterface.server.opencom.de/">
<soapenv:Header>
<web:username>planout</web:username>
<web:password>saugeheim</web:password>
</soapenv:Header>
<soapenv:Body>
...
</soapenv:Body>
</soapenv:Envelope>