SOAP Service

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
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

SOAP Service

Post by anjanesh »

I dont know why I didnt get into this before.
At this site : http://www.e-riding.com/whereisthatip/soap-howto
They are providing a SOAP service which users just need 3 lines to get the result ( in this case country name).
I understand the usage of this and is pretty simple.

I want to know how do I get to provide a service like that ? For example I create SOAP protocol and other users can just create the object and call the function - 2 lines of work. Can someone point me in the direction of how to give that kind of service ?

Thanks
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Thanks for the link timvw - so I guess it purely for PHP 5.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

I believe there is a php4 soap package on http://pear.php.net. And a little websearch will lead you to NU-Soap etc... But i don't have any experience with them...
Post Reply