As you can see in the code, the server appears to be expecting "<soap:Envelope ..." and the PHP SOAPClient stuff is using "<SOAP-ENV:Envelope..." instead.Does this mean that the server is not accepting the standards base SOAP methods???
No. That just means that the server uses a different namespace prefix. Samisa... -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php