Hi, > Is there a way to automagically generate a WSDL from a PEAR::SOAP server > class already implemented, in order to use the WS from Delphi? Do I have to > create the WSDL myself? have a look at the "examples" directory of PEAR::SOAP. WSDL can be autogenerated, you retrieve it e.g. calling the web service with "?WSDL" appended to the URL: http://servername/webservicescript.php?WSDL Regards Christian -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php