logo       

cvs: pear /SOAP_Interop interop_client.php: msg#00646

php.cvs.pear

Subject: cvs: pear /SOAP_Interop interop_client.php

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>
Google Custom Search

News | FAQ | advertise