Page 1 of 1

SOAP Service

Posted: Fri May 20, 2005 3:23 pm
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

Posted: Fri May 20, 2005 5:28 pm
by timvw

Posted: Fri May 20, 2005 11:27 pm
by anjanesh
Thanks for the link timvw - so I guess it purely for PHP 5.

Posted: Sat May 21, 2005 12:51 am
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...