I need to send/return objects or array to/from PHP using SOAP. Any good links?
A:
Papa Google points me to this Zend article with lots of good examples on both the client and server aspects of working with Soap (in particular PHP5's implementation of it). Looks like a good starting point.
If you're somewhat like me, and cringe at the thought of writing up a WSDL by hand, I'd recommend using WSHelper, which uses PHP's reflection classes to dynamically generate a WSDL for you. Definitely a time-saver
Kyril
2009-06-17 12:58:02
A:
Kayla Rose
2010-10-08 14:46:52