Re: [SOAP] Is there a way to test, what's the output of PHP SOAP request?
[email protected] ("kashif.khan") Wed, 15 Jun 2011 07:37:26 -0700 (PDT)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
echo "REQUEST:\n" . $client->__getLastRequest() . "\n"; Mariaxx wrote: > > Is there a way to figure out the form of data I'm sending in an SOAP XML > request. > I need to be sure, that when I'm calling the service, that my arrays are > "printed out" correctly and doesn't contain any extra (nested) parameters. > > Maria > -- View this message in context: http://old.nabble.com/Is-there-a-way-to-test%2C-what%27s-the-output-of-PHP-SOAP-request--tp30826222p31852018.html Sent from the Php - Soap mailing list archive at Nabble.com.