NYCPHP Meetup

NYPHP.org

[nycphp-talk] Parsing SOAP Response

Adam Maccabee Trachtenberg adam at trachtenberg.com
Wed Feb 1 19:44:18 EST 2006


On Wed, 1 Feb 2006, Joseph Crawford wrote:

> how would i parse the result using the soap ext?  i looked at the docs
> online but dont see how

I don't think you can take a random SOAP message lying around on the
file system or database and pass it to the extension.

However, you can use the extension to query the SOAP server and the
SOAP extension will then deserialize the response into a native-ish
PHP data structure.

That is the primary use-case for SOAP.

I don't think it would be hard to add support for reading input from
other places, but you would have to know how to code PHP extensions.

-adam

-- 
adam at trachtenberg.com | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!
-------------- next part --------------
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
New York PHP Conference and Expo 2006
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php


More information about the talk mailing list