Er der en som vil være så venlig at fortælle hvorledes dette request (med tilhørende response) nemmest afsendes fra php kode.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:par="http://www.post.dk/webpack2/parcellabel">
<soapenv:Header/>
<soapenv:Body>
<par:getVersion/>
</soapenv:Body>
</soapenv:Envelope>
Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getVersionResponse …>
<version>1.1.23</version>
</ns2:getVersionResponse>
</S:Body>
</S:Envelope>