[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 Adam Trachtenberg and entitled Talking to eBay with PHP  SOAP.
Unfortunately, it's not available on-line, but you may be able to find a 
copy in a bookstore or order it from the PHP Magazine Web site.
http://www.php-mag.net/itr/ausgaben/psecom,id,229,nodeid,112.html

--
Regards,
Ben Ramsey
http://benramsey.com
---
Atlanta PHP - http://www.atlphp.org/
The Southeast's premier PHP community.
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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
http://benramsey.com
---
Atlanta PHP - http://www.atlphp.org/
The Southeast's premier PHP community.
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 with.  I'll look at
the experimental ones.  I'll also investigate Pear, I've heard good
things about it on this list.  Heck, maybe I'll just see if we can
upgrade to PHP 5.

-Dan Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 to use the PEAR installer, but you can also just download 
the packages and put them in a place where your application can find 
them. Be sure to download the package dependencies (and their 
dependencies), too, and make sure that the packages can find each other, 
as well. (The dependencies are listed on the package download page.)

It's a bit of a pain to do all that, but if you can't use the PEAR 
installer, it's a way around it. :-)

--
Regards,
Ben Ramsey
http://benramsey.com
---
Atlanta PHP - http://www.atlphp.org/
The Southeast's premier PHP community.
---
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php