[PHP] Re: SOAP and PHP

2005-11-17 Thread James Benson
Petr Smith wrote: Torgny Bjers wrote: Angelo Zanetti wrote: Hi guys. I've googled but found so many pages that I'm not sure what to use. I want to use PHP to make use of SOAP. I've found: -nuSoap -libxml(2) -php-soap -and others which seemed less important. Can you recommend which one

[PHP] Re: SOAP and PHP

2005-11-16 Thread Petr Smith
Torgny Bjers wrote: Angelo Zanetti wrote: Hi guys. I've googled but found so many pages that I'm not sure what to use. I want to use PHP to make use of SOAP. I've found: -nuSoap -libxml(2) -php-soap -and others which seemed less important. Can you recommend which one to use? and which one

Re: [PHP] Re: SOAP and PHP

2005-11-16 Thread Paul Waring
On Wed, Nov 16, 2005 at 12:40:21PM +0100, Petr Smith wrote: Who uses PEAR? Mess of old unsupported and undocumented libraries which only their authors (maybe) can use? I use PEAR for a few things, such as database abstraction. I admit that a lot of the less popular modules haven't been

[PHP] Re: SOAP w/PHP 4

2004-10-31 Thread Ben Ramsey
Dan Joseph wrote: Does PHP 4 support SOAP, or does something have to be added to it?? I know I've already given you some pointers on this, and hopefully you're on your way to playing with PHP and SOAP, but I noticed a potentially helpful article in the current issue of PHP Magazine. It's by

[PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Ben Ramsey
Dan Joseph wrote: Does PHP 4 support SOAP, or does something have to be added to it?? Check out these functions, which are listed as experimental: http://www.php.net/soap Or this PEAR package, which is still in beta stage: http://pear.php.net/package/SOAP -- Regards, Ben Ramsey

Re: [PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Dan Joseph
Check out these functions, which are listed as experimental: http://www.php.net/soap Or this PEAR package, which is still in beta stage: http://pear.php.net/package/SOAP Ahh ok. I actually thought about PEAR, but I don't think I have the option to install it on our web server I'm working

Re: [PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Ben Ramsey
Dan Joseph wrote: Ahh ok. I actually thought about PEAR, but I don't think I have the option to install it on our web server I'm working with. If you need to, you can just download the appropriate PEAR packages and use the classes without needing to install anything. It's definitely easier just