AW: Is there a way to test, what's the output of PHP SOAP request?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



... and make sure you pass array('trace' => 1') to the SoapClient
constructor as the second argument.

--Christian


> 
> 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.
> 
> 
> --
> PHP Soap Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux