Hi!
I need to send SOAP-messages from client to server with certian SOAP
structure like following:
<?xml version="1.0" encoding="Windows-1251"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header>
<m:query xmlns:m="http://localhost/queries"
env:role="http://www.w3.org/2003/05/soap-envelope/role/next"
env:mustUnderstand="true">
<m:queryId>11111</m:queryId>
<m:documentType>1</m:documentType>
<m:expiry>10/10/2005</m:expiry>
</m:query>
</env:Header>
<env:Body>
...
</env:Body>
</env:Envelope>
1) I get this message as a text file. How could I send it comletely to
SOAP-server?
2) How colud I parse/read SOAP-headers in SOAP-server side?
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php