Translate

Tuesday 18 June 2013

Best way to consume a public web service

is to either call the web method using the query string, save the XML result as file and then use the XML File or, by creating a local reference.

It is best this way to avoid your app from crashing in case the web service provider withdraws/closes its service.

No comments: