[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