phpgroupware-developers
[Top][All Lists]
Advanced

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

[phpGroupWare-developers] There are some errors with phpgw soap


From: Tien Dung CAO
Subject: [phpGroupWare-developers] There are some errors with phpgw soap
Date: Sat, 26 May 2007 16:00:36 -0700 (MST)


Hi,
I found some errors:

1. in class soapval, function addStruct.
Before line "$new_val = CreateObject('phpgwapi.soapval',$k,$type,$v);" (274)
we must add follow condictions: 
   if(intval($k) && $k=='0')
   {
      $k = 'param'.$k;
   }

2. in class wsdl, function getPortName.
we must delete ";" after line "while(list($port,$portAttrs) = 
@each($this->ports));" (230)..

Sent from the phpGroupWare forums @ forums.phpGroupWare.org




reply via email to

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