26
votes
14answers
3k views
WCF: WTF! Does WCF raise the bar or just the complexity level?
I understand the value of the three-part service/host/client model offered by WCF. But is it just me or does it seem like WCF took something pretty direct and straightforward (the ASMX model) and made …
24
votes
10answers
975 views
Is 5-digit PIN better than most passwords?
This is something that's been bugging me for many years: why most online services highly value the entropy of a password, citing it as a security measure, and enforcing it when users select a …
20
votes
7answers
2k views
What is the difference between an asp.net web method and a wcf service?
I'm new to .Net and do not understand the difference. Can someone point me in the right direction?
19
votes
12answers
2k views
Why would one use REST instead of Web services?
Attended an interesting demo on REST today, however, I couldn't think of a single reason (nor was one presented) why REST is in anyway better or simpler to use and implement than a Web Services stack.
…
18
votes
4answers
2k views
Where can I get free real-time stock data?
Does anyone know of a way to obtain free real-time stock data or near real-time stock data? I'd like to do this since I'm interested in the financial market, not for use in investment applications …
18
votes
6answers
1k views
Getting started with REST
I am looking for some good links with best practices and sample code on creating RESTful web services using .NET.
Also, any other input you might have regarding REST would be greatly appreciated.
17
votes
11answers
2k views
How to obtain longitude and latitude for a street address programmatically (and legally)
Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)
15
votes
4answers
3k views
How can I consume a WSDL (SOAP) web service in Python?
I want to use a WSDL SOAP based web service in Python. I have looked at the Dive Into Python code but the SOAPpy module does not work under Python 2.5.
I have tried using suds which works partly, but …
14
votes
7answers
1k views
Examples of the best SOAP/REST/RPC web APIs? And why do you like them? And what’s wrong with them?
At my company we're starting to branch into web APIs to access and update our data; initially for partners but then likely to the public in future. At the moment the way the API will look (e.g. SOAP, …
14
votes
7answers
8k views
How to call web service with Android
I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very convoluted documents and references to …
14
votes
12answers
732 views
What is a “web service” in plain english?
I've been reading about "web services" here on SO, on Wikipedia, Google, etc and I don't quite understand what they are. What is the plain english definition/description?
If I make a simple website …
14
votes
7answers
4k views
How do you access an authenticated Google App Engine service from a (non-web) python client?
I have a Google App Engine app - http://mylovelyapp.appspot.com/
It has a page - mylovelypage
For the moment, the page just does self.response.out.write('OK')
If I run the following Python at my …
13
votes
6answers
1k views
Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better?
I'm not a security expert by any means, but I favor creating REST-style web services.
In creating a new service which needs to have the data it transmits secure. We've entered a debate over which …
13
votes
14answers
2k views
SOAP or REST
Is REST a better approach to doing Web Services or is SOAP? Or are they different tools for different problems? Or is it a nuanced issue - that is, is one slightly better in certain arenas than …
12
votes
2answers
1k views
Does anybody know of a real time sports scores/stats web service? [closed]
Does anybody know of a real time sports scores/stats web service?
