php-general | 2004032
Date: 03/30/04
- Next message: Robby Russell: "Re: [PHP] running php in sequence"
- Previous message: Curt Zirzow: "Re: [PHP] Interesting phpversion() thing."
- Next in thread: Jason Barnett: "[PHP] Re: PEAR::SOAP"
- Reply: Jason Barnett: "[PHP] Re: PEAR::SOAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am trying to debug some xml issues with a SOAP/Client-based script.
$sc = new SOAP_Client(...);
is there a way to display the XML it attempts to send the server when I
perform a
$sc->call(...)
*back to his google searches*
-- Robby Russell, | Sr. Administrator / Lead Programmer Command Prompt, Inc. | http://www.commandprompt.com rrussell <email protected> | Telephone: (503) 667.4564-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Robby Russell: "Re: [PHP] running php in sequence"
- Previous message: Curt Zirzow: "Re: [PHP] Interesting phpversion() thing."
- Next in thread: Jason Barnett: "[PHP] Re: PEAR::SOAP"
- Reply: Jason Barnett: "[PHP] Re: PEAR::SOAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

