PHP 5.2.2
Apache 2.2
Windows XP (dev environment)
I'm attempting to set up a soap server in PHP 5 and I've been succesfull in getting a simple function to work, the problem is I want to return more than just a simple data type and can't find much documentation on returning more complex data. Essentially I'd like to return about 5 strings of data after a the soap request is recieved. Any tips on returning complex data like arrays with the php Server implementation?
Thanks in advance for any help :)
Apache 2.2
Windows XP (dev environment)
I'm attempting to set up a soap server in PHP 5 and I've been succesfull in getting a simple function to work, the problem is I want to return more than just a simple data type and can't find much documentation on returning more complex data. Essentially I'd like to return about 5 strings of data after a the soap request is recieved. Any tips on returning complex data like arrays with the php Server implementation?
Thanks in advance for any help :)
Comment