Re: [PHP] Fun with SOAP.
- From: eric.butera@xxxxxxxxx ("Eric Butera")
- Date: Wed, 30 Apr 2008 07:37:20 -0400
On Wed, Apr 30, 2008 at 2:53 AM, Warren Vail <warren@xxxxxxxxxxxx> wrote:
You should be able to parse it manually in PHP, but probably not with a XML
parser or reader. Simply var_dump() the responses you are getting and write
the code to break it up into values you can use. In some respects I've
found this easier than XML, which tends at times to be somebody else's idea
of a standard XML response ;-).
Warren
I hear that! I had a thought of creating a subclass for the SOAP
client to pre-filter the results for document fetching so that I can
just grab the last multipart chunk myself & use SimpleXML on it. I
was just hoping there was some way of getting ext/soap to understand
that it is a multipart response and somehow tell it to use part 3.
Thank you for your reply!
.
- References:
- Fun with SOAP.
- From: "Eric Butera"
- Re: [PHP] Fun with SOAP.
- From: "Nathan Nobbe"
- RE: [PHP] Fun with SOAP.
- From: "Warren Vail"
- Fun with SOAP.
- Prev by Date: Re: [PHP] Fun with SOAP.
- Next by Date: Re: [PHP] Fun with SOAP.
- Previous by thread: RE: [PHP] Fun with SOAP.
- Next by thread: Re: [PHP] Fun with SOAP.
- Index(es):
Relevant Pages
|