|
cvs: pear /SOAP_Interop interop_client.php: msg#00646php.cvs.pear
shane Sat Sep 28 21:31:24 2002 EDT Modified files: /pear/SOAP_Interop interop_client.php Log: turn tracing on so we get wires Index: pear/SOAP_Interop/interop_client.php diff -u pear/SOAP_Interop/interop_client.php:1.2 pear/SOAP_Interop/interop_client.php:1.3 --- pear/SOAP_Interop/interop_client.php:1.2 Sat Sep 28 21:02:56 2002 +++ pear/SOAP_Interop/interop_client.php Sat Sep 28 21:31:24 2002 @@ -16,7 +16,7 @@ // | Authors: Shane Caraveo <Shane@xxxxxxxxxxx> | // +----------------------------------------------------------------------+ // -// $Id: interop_client.php,v 1.2 2002/09/29 01:02:56 shane Exp $ +// $Id: interop_client.php,v 1.3 2002/09/29 01:31:24 shane Exp $ // require_once 'DB.php'; // PEAR/DB require_once 'SOAP/Client.php'; @@ -317,7 +317,10 @@ } $soap->setEncoding($soap_test->encoding); - $return = $soap->call($soap_test->method_name,$soap_test->method_params, $namespace, $soapaction); + $options = array('namespace'=>$namespace, + 'soapaction'=>$soapaction, + 'trace'=>1); + $return = $soap->call($soap_test->method_name,$soap_test->method_params, $options); if(!PEAR::isError($return)){ if (is_array($soap_test->method_params) && count($soap_test->method_params) == 1) { -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: cvs: pear /Net_URL URL.php: 00646, Shane Caraveo |
|---|---|
| Next by Date: | cvs: pear /SOAP/Transport HTTP.php: 00646, Shane Caraveo |
| Previous by Thread: | cvs: pear /SOAP/interop client_round2.php client_round2_interop.php client_round2_params.php client_round2_results.php client_round2_run.php database_round2.sql echoheadersvc.wsdl index.php interop.wsdl interopB.wsdl readme.txt server_round2.php server_round2_base.php server_round2_groupB.php server_round2_groupC.php server_round2_test.phpi: 00646, Shane Caraveo |
| Next by Thread: | cvs: pear /SOAP/Transport HTTP.php: 00646, Shane Caraveo |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |