How to run webservices using PHP4.3.3.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arvindsrikanthj
Forum Newbie
Posts: 1
Joined: Tue Mar 23, 2004 6:31 am

How to run webservices using PHP4.3.3.

Post 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
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post 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 ).
Post Reply