Ok, You will find in this dir, the script used to generate the soap classes in phpgwapi from the nusoap library :

This will generate the following files :

class.nusoap_base.inc.php
class.phpgw_soapval.inc.php *
class.soap_client.inc.php
class.soapclient.inc.php *
class.soap_fault.inc.php
class.soap_parser.inc.php
class.soap_server.inc.php
class.soap_transport_http.inc.php
class.soapval.inc.php
class.soap_XMLSchema.inc.php
class.wsdl.inc.php

using the following command line :

$ php nusoap2phpgwapi nusoap.php

where nusoap.php is the merged file of the nusoap library from the nusoap.sourceforge.net cvs repository.

The two files with * are here for compatibility only, and should be avoided if possible (use directly soap_client and soapval !)

