Hello,
I am having problems trying to test a simple SOAP script for a server.
The scripts for the tutorial I am using can be found at:
http://www.evolt.org/article/The_PEAR_SOAP_Implementation/21/49993/
If you like I can post the code. It is not very large.
This is the only tutorial that I can find about creating a server.
I was able to create the same examples with NuSOAP, but it seems that the NuSOAP is going nowhere and PEAR's SOAP is the one that most people are using
When I point my browser to the server script I get the following errrors:
Warning: Illegal offset type in /usr/share/pear/SOAP/Server.php on line 605
Warning: Cannot add header information - headers already sent by (output started at /usr/share/pear/SOAP/Server.php:602) in /usr/share/pear/SOAP/Server.php on line 209
Warning: Cannot add header information - headers already sent by (output started at /usr/share/pear/SOAP/Server.php:602) in /usr/share/pear/SOAP/Server.php on line 218
SOAP-ENV:Server Invalid SOAP request, must be POST with content-type: text/xml, got: Nothing!
When I point the browser to the client script all I get is "Object".
Any ideas??
I have PHP v 4.1.2
PEAR SOAP v 0.8RC2
Thanks,
-Francisco