phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware test_soap.php,1.1.2.3,1.1.2.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware test_soap.php,1.1.2.3,1.1.2.4
Date: Sat, 08 Nov 2003 05:23:38 +0000

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv29185

Modified Files:
      Tag: proposal-branch
        test_soap.php 
Log Message:
updated with a small fix

Index: test_soap.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/Attic/test_soap.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** test_soap.php       8 Nov 2003 03:56:24 -0000       1.1.2.3
--- test_soap.php       8 Nov 2003 05:23:35 -0000       1.1.2.4
***************
*** 63,67 ****
        Here is the result after its converted to php vars. I use print_r() to 
display this.
        <hr>
!       <?php $result = $soapclient->return; ?>
        <pre><?php print_r($result); ?></pre>
        <hr>
--- 63,67 ----
        Here is the result after its converted to php vars. I use print_r() to 
display this.
        <hr>
!       <?php $result = $soapclient->return['soapVal']; ?>
        <pre><?php print_r($result); ?></pre>
        <hr>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]