Page 1 of 1

How to run webservices using PHP4.3.3.

Posted: Tue Mar 23, 2004 6:31 am
by arvindsrikanthj
Hi,

I am working on webservices in PHP, how do I create and run Webservices in PHP 4.3.3.

What are the prerequsites for running the webservices, if any please let me know. Also send me the details of how to get started on Webservices in PHP.

Regards,
Srikanth

Posted: Tue Mar 23, 2004 7:17 am
by AVATAr
Do you know how exactly Webservices work?
You can do it the hard way using soap from scratch or you can use some kind of framework like pear ( http://www.devchannel.org/webservicesch ... 2220.shtml ), o nusoap ( http://www.phpbuilder.com/columns/kramb ... 31226.php3 ).