I think he means XML WebServices (probably using SOAP) It's not too difficult, there are a few SOAP classes for PHP now, simply send your SOAP encoded request to the server, via HTTP, and decode the SOAP response that you get back.
There's also a SOAP module for PHP (alpha release atm) at http://phpsoaptoolkit.sourceforge.net/phpsoap/ If you're after an all in 1 solution you might want to look at nusoap - but it was really buggy the last time I used it, so I don't recommend it at this time. I've heard something about another all in 1 solution that's quite promising - but it's behind closed doors atm. Danny. ----- Original Message ----- From: "Bob Lockie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 4:09 PM Subject: Re: [PHP] web services and PHP > > >A'la ASP WebServices perhaps? > > > >"Bob Lockie" <[EMAIL PROTECTED]> wrote in message > >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >> > >> >I'd like to know if it's possible to use PHP to develop and implement > >> >Web Services. If so, please point me to sites, articles, or tutorials > >> >that discuss this topic in more detail. Thanks. > >> > >> How do you define web services? > > I know nothing about ASP. > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php