Pages

Tuesday, January 13, 2009

Apple webservices and .net

Apple provides a program called WSMakeStubs that is similar to WSDL2Java in Axis, except that it sucks. It will, however, at least give you a starting point for building your web service client code, and with the changes outlined below, you can end up with decent client APIs.
http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Services/Web_Service_Provider

This is where I love .net :) It provides excellent web consuming service. Go to your project, right click and select add web reference. Select the web service and everything is done :)

Now Apple -- I will using it WSMakeStubs next week which isn't look friendly.


Here's google web service wsdl file:

http://api.google.com/GoogleSearch.wsdl

No comments:

Post a Comment