21
votes
8answers
5k views
What’s the best soap client library for Python, and where is the documentation for it?
I've never used SOAPs before and I'm sorta new to Python. I'm doing this to get myself acquainted with both technologies. I've installed SOAPlib and I've tried to read their Client documentation, …
16
votes
9answers
839 views
SOAP - What’s the point?
I mean, really, what is the point of SOAP?
Web services have been around for a while, and for a while it seemed that the terms 'SOAP' and 'Web service' were largely interchangeable. However SOAP …
15
votes
4answers
2k 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
674 views
REST and SOAP
Can somebody explain what is REST and what is SOAP in plain english? And how Web Services work?
13
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, …
13
votes
2answers
5k views
REST / SOAP endpoints for a WCF service
Hi,
I have a WCF service and I want to expose it as both a RESTfull service and as a SOAP service.
Anyone has done something like this before?
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
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 …
12
votes
7answers
8k views
How to access SOAP services from iPhone
Hi,
I'm planning to develop an app for the iPhone and that app would have to access a couple of SOAP services. While doing some basic checking in the iPhone SDK I was not able to find any support for …
11
votes
4answers
781 views
What’s the best python soap stack for consuming Amazon Web Services WSDL?
Python has a number of soap stacks; as near as I can tell, all have substantial defects.
Has anyone had luck consuming and using WSDL for S3, EC2, and SQS in python?
My experience is that suds fails …
10
votes
6answers
2k views
Performance of SOAP vs. XML-RPC or REST
The arguments about the simplicity of solutions using XML-RPC or REST are easy to understand and hard to argue with.
I have often also heard arguments that the increased overhead of SOAP may …
9
votes
4answers
249 views
Why is it not a good idea to use SOAP for communicating with the front end (ie web browser)?
Why is it not a good idea to use SOAP for communicating with the front end? For example, a web browser using JavaScript.
8
votes
6answers
309 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 …
8
votes
4answers
474 views
What’s a good design pattern for web method return values?
When coding web services, how do you structure your return values? How do you handle error conditions (expected ones and unexpected ones)? If you are returning something simple like an int, do you …
7
votes
13answers
1k views
Example Web Service
When I wanted to learn SOAP I looked around for tutorials. There are plenty out there, and they all say that they've created an example web service that you can use to test your "My First SOAP …
