vote up 0 vote down star

I need to send/return objects or array to/from PHP using SOAP. Any good links?

flag

0% accept rate
you use php5 or php4 ? – haim evgi Jun 17 '09 at 13:15

1 Answer

vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.