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
SOAP Service
Moderator: General Moderators
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...