A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (3)

148
votes
16answers
164k views

How to call SOAP 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 ...
109
votes
18answers
13k views

SOAP or REST for Web Services?

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 ...
84
votes
8answers
6k views

Understanding REST: Verbs, error codes, and authentication

I am (as a follow-up to this question) looking for a way to wrap APIs around default functions in my PHP-based web applications, databases and CMSs. I have looked around and found several "skeleton" ...
75
votes
1answer
3k views

SOAP server and client application VCL+indy demo for Delphi XE?

Delphi used to include a demos folder for web Services, but no longer seems to include this. I just tried the Delphi 7 demo projects (SOAPDMServerWAD, a server with almost no UI at all, and ...
74
votes
15answers
37k views

Recommendations of Python REST (web services) framework?

Is there a list somewhere of recommendations of different Python-based REST frameworks for use on the serverside to write your own RESTful APIs? Preferably with pros and cons. Please feel free to add ...
58
votes
15answers
8k 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 ...
55
votes
12answers
9k 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. ...
53
votes
7answers
9k views

REST API error return good practices

I'm looking for guidance on good practices when it comes to return errors from a REST API. I'm working on a new API so I can take it any direction right now. My content type is XML at the moment, but ...
51
votes
14answers
1k views

Is it normal for a programmer with 2 years experience to take a long time to code simple programs?

I'm a relatively new programmer (18 months on the scene), and I'm finally getting to the point where I'm comfortable accepting projects and developing solutions under minimal supervision. ...
50
votes
15answers
74k views

How can you use optional parameters in C#?

We're building a web API that's programmatically generated from a C# class (the class has method "GetFooBar(int a, int b)" and the API has a method GetFooBar taking query params like ...
48
votes
2answers
4k views

How is oauth 2 different from oauth 1

In very simple terms, can someone tell what's the difference between oauth 2 and oauth 1. Is oauth 1 obsolete now and I should be implementing oauth 2? I don't see many implementations of oauth 2. ...
48
votes
11answers
25k views

Best Framework for PHP and creation of RESTful based web services [closed]

I'm looking to create a RESTful or pseudo-Restful based web service on a PHP/MySql stack. I'm wondering what some of the frameworks you suggest I look at? I've been looking at Zend with Zend_Rest, ...
41
votes
8answers
6k 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?
41
votes
8answers
23k views

Timezone lookup from latitude longitude

Is there any library (or even better, web service) available which can convert from a latitude/longitude into a time zone?
40
votes
8answers
24k 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 ...
37
votes
10answers
30k views

How do you do an HTTP Put?

I feel like an idiot asking this. In fact, after typing the title, StackOverflow barks at me, "That's not a very good title. Can you add some more unique words to it?" No I can't, SO; sorry. Here we ...
37
votes
7answers
14k views

Who provides a WHOIS API?

Anyone can do WHOIS lookups through the whois command line tool or web based interfaces direct from the registrar but there are query limits which make commercial use difficult e.g. bulk checking of ...
35
votes
2answers
12k 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?
34
votes
5answers
6k views

why is the lift web framework scalable?

I want to know the technical reasons why the lift webframework has high performance and scalability? I know it uses scala, which has an actor library, but according to the install instructions it ...
33
votes
7answers
520 views

Graceful maintenance of web applications

Yesterday's Stack Overflow downtime got me thinking about this a bit... I live in Australia (though this is probably true for most people in a non-US timezone) and am constantly greeted with "... is ...
32
votes
7answers
2k views

Guid is all 0's (zeros)?

I'm testing out some WCF services that send objects with Guids back and forth. In my web app test code, I'm doing the following: var responseObject = proxy.CallService(new RequestObject { Data = ...
32
votes
7answers
18k 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 ...
31
votes
10answers
2k 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 ...
31
votes
12answers
13k views

Recommended framework for Java Web Services

With an abundance of frameworks and stacks for Java Web Services (Axis2, Spring WS, CFX, Metro, ...), which one should be selected for new projects? What are the pros and cons for each one? How well ...
31
votes
8answers
59k views

How to use jQuery to call an asp.net web service?

I'm trying to use jQuery to get data from an ASP.NET web service (SharePoint Server 2007 lists.asmx) but any call to a web service will really help as a first step in that direction.
30
votes
7answers
17k 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 ...
29
votes
6answers
2k 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.
28
votes
6answers
2k views

Why do we need RESTful Web Services?

I'm going to learn RESTful web services (it's better to say that I'll have to do this because it's a part of CS master degree program). I've read some info in Wikipedia and I've also read an article ...
28
votes
17answers
18k views

Testing REST webservices

My organization is working on building RESTful webservices on JBoss appserver. The QA team is used to testing SOAP webservices so far using SoapUI. SoapUI has a new version that has REST capabilities. ...
27
votes
13answers
2k views

Tell bots apart from human visitors for stats?

I am looking to roll my own simple web stats script. The only major obstacle on the road, as far as I can see, is telling human visitors apart from bots. I would like to have a solution for that ...
27
votes
9answers
1k views

Why do people want to deliver both Json and XML as output to their REST interfaces?

I understand why "REST framework" vendors want to provide the support for returning both Json based representations and XML based representations, but why do people want to return both from the same ...
27
votes
6answers
28k views

Large WCF web service request failing with (400) HTTP Bad Request

I've encountered this apparently common problem and have been unable to resolve it. If I call my WCF web service with a relatively small number of items in an array parameter (I've tested up to 50), ...
27
votes
6answers
10k 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 ...
26
votes
8answers
2k views

Should Unicode be allowed in usernames?

Why do most (all?) websites only support usernames in ASCII? Are there any security considerations if an admin decides to start accepting Unicode usernames?
26
votes
11answers
4k 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.)
25
votes
3answers
9k views

WCF vs ASMX web service

I am totally confused between WCF and ASMX web service. I have used lot of web service in earlier stage and now there is new thing introduced WCF. I can still create WCF that function as a web ...
25
votes
6answers
36k views

WSDL validator

Is there any online service available to validate Web Service WSDL file?
24
votes
4answers
44k views

Java Restful Web Service Tutorial with Eclipse and Tomcat

I was wondering if anyone could post or know of instructions on creating a simple restful web service with eclipse and deployed on tomcat.
24
votes
13answers
1k 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 ...
24
votes
8answers
23k views

ASP.NET MVC & Web Services

Does adding a Web Service to my ASP.NET MVC project break the whole concept of MVC? That Web Service (WCF) depends on the Model layer from my MVC project to communicate with the back-end (so it looks ...
23
votes
2answers
9k views

Difference between REST and WebServices

What is difference between REST and WebService (SOAP), I looked at the facebook api, they use HTTP headers and some parameters (probably xml or non) and return result in xml, where else SOAP does ...
23
votes
6answers
10k views

C# WCF: WCF stops responding after about 10 or so calls (throttling)

I have a WCF Service and an application with a Service Reference to it, and with the application I have a loop and in each iteration it's making a call to a method in this wcf web-service. The ...
23
votes
2answers
17k views

Create an ASMX web service from a WSDL file

I have a WSDL file and I am trying to create a web service that conforms to the WSDL. I've created clients using WSDL files that consume an existing service, but I've never created a web service that ...
22
votes
7answers
1k views

Should an .Net/C# object call Dispose() on itself?

Below is some sample code written by a colleague. This seems obviously wrong to me but I wanted to check. Should an object call its own Dispose() method from within one of its own methods? It seems to ...
22
votes
8answers
13k views

Create WCF service for unmanaged C++ clients

I need to get unmanaged Windows C++ clients to talk to a WCF service. C++ clients could be running on Win2000 and later. I have a control over both WCF service and which C++ API is being used. Since ...
22
votes
2answers
9k views

Request format is unrecognized for URL unexpectedly ending in

This is not a question - posting it here for reference: When consuming a WebService, I got the following error: Request format is unrecognized for URL unexpectedly ending in /myMethodName
22
votes
2answers
1k views

WCF Security - A list of what I dont understand

I'm going around in circles with regards to WCF and security so i'm just going to shove a load of questions here and hope someone can help me gain a clear picture. Can someone please give me a ...
22
votes
8answers
6k views

Examples of the best SOAP/REST/RPC web APIs? And why do you like them? And what's wrong with them? [closed]

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, ...
22
votes
6answers
4k views

How do I print an HTML document from a web service?

I want to print HTML from a C# web service. The Web Browser control is overkill, and does not function well in a service environment, nor does it function well on a system with very tight security ...
21
votes
6answers
18k views

Rails POST, PUT, GET

After I generate a scaffold, Rails gives me the ability to POST to items.xml which will create a new item. A GET to items.xml will simply list them all. Where does Rails specify which method in the ...

1 2 3 4 5 335