Does anyone here have any solid experience with nusoap? Their list has low volume and I am finding it difficult to find any useable examples or descriptions of real life uses and how to configure the server/client.
In particular I'm currently trying to figure out the correct syntax to produce wsdl using "$server->wsdl->addComplexType(..." to describe an array of the form... array([0]=>343454[1]=>SMITH[2]=>BOB[3]=>1969-03-17[4]=>234343444[5]2003-11-11 13:23:02) where data types are string,string,string,date,string,datetime It appears that the complexType would be a struct although this is actually an array. I just need someone who has had experience with this toolkit for a couple of issues. Thanks for any assistance, Larry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php