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
_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers