I need a SOAP web service to provide me the current weather for the given city. I have checked NOAA, but seems it doesn't work. At least I have tried it with wcftestclient. Who have done something similar please suggest.

link|improve this question
Did you follow this article? 4guysfromrolla.com/articles/030205-1.aspx Usually the 4Guys team is pretty good... – David Stratton Aug 10 '10 at 19:59
feedback

3 Answers

From a search of xmethods.net, I found the a web service offered by CDYNE. It is a free version to advertise their commercial service.

Weather Underground has an API to access their data using XML. I know that you specified a SOAP web service, but I thought I would provide this information if you were interested.

link|improve this answer
I have checked CDYNE works only for US cities. – SPUA Aug 15 '10 at 8:42
feedback
up vote 1 down vote accepted

I couldn't find something using SOAP. So I stoped on google weather api. It works good for me.

link|improve this answer
feedback

Try websericeX.NET.

link|improve this answer
Yes I have checked it. Unfortunatelly I get Data Not Found. – SPUA Aug 10 '10 at 20:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.