Re: [PHP] WSDL Generator class

2007-05-13 Thread Richard Lynch
IIRC, the nuSoap.php did what you want, and PHP's nifty new SOAP class does everything else better... So run nuSoap once to get the WSDL thingie, and use PHP 5 SOAP for the rest. YMMV I may be out-dated (again) on my PHP knowledge. Or should I say still? On Thu, May 10, 2007 10:10 am, Brice

[PHP] WSDL Generator class

2007-05-10 Thread Brice
Hello all, I'am looking for an WSDL generator class. The aim is to generate an wsdl file to use with the soap extension. The generator will look at the included classes and print all functions (except maybe abstract or private) in a correct xml format. I tried this one which is great :

RE: [PHP] WSDL Generator class

2007-05-10 Thread Daevid Vincent
. Daevid. There are two kinds of people in this world. Top posters and bottom posters. -Original Message- From: Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 8:10 AM To: PHP General List Subject: [PHP] WSDL Generator class Hello all, I'am looking for an WSDL generator