There is also a PEAR SOAP package available:

http://pear.php.net/package-info.php?pacid=87

Some web services also use XML-RPC, a simpler predecessor to SOAP:

http://www.xmlrpc.com

There are a couple of PHP classes available for implementing XML-RPC clients
and servers:

http://phpxmlrpc.sourceforge.net/


-Andy

> -----Original Message-----
> From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 31, 2002 2:40 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] web services and PHP
>
>
>
>  There are two ways (SOAP) to use SOAP library written in PHP
> such as NuSOAP
> by Dietrich Ayala or to use
> PHP-SOAP toolkit (module for PHP written in C)by Brad
> Lafountain(coding) and
> Shane Caraveo(testing) (available at sourceforge.net).


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

Reply via email to