Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.

learn more… | top users | synonyms

133
votes
4answers
60k views

REST / SOAP endpoints for a WCF service

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?
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 ...
99
votes
17answers
44k views

What's the best SOAP client library for Python, and where is the documentation for it?

I've never used SOAP before and I'm sort of 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, ...
82
votes
9answers
74k views

How to access SOAP services from iPhone

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 ...
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 ...
58
votes
5answers
3k views

Should a Netflix or Twitter-style web service use REST or SOAP?

I've implemented two REST services: Twitter and Netflix. Both times, I struggled to find the use and logic involved in the decision to expose these services as REST instead of SOAP. I hope somebody ...
38
votes
9answers
1k views

What public APIs are provided by Governments to the public?

I stumbled across NOAA's SOAP Service and it got me thinking. What other eGovernment services are provided to Business and the general public by Governments? I know the United States has a lot ...
34
votes
9answers
4k views

REST and SOAP

Can somebody explain what is REST and what is SOAP in plain english? And how Web Services work?
32
votes
10answers
3k 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 ...
31
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 ...
30
votes
1answer
1k views

ColdFusion SOAP response with attachments

I am using Coldfusion9 to interact with a 3rd party SOAP service with which I need to both send and receive SOAP with attachments. I am having no issue in receiving the SOAP which may or may not have ...
30
votes
7answers
16k 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
7answers
24k views

What's the best way to use SOAP with Ruby?

A client of mine has asked me to integrate a 3rd party API into their Rails app. The only problem is that the API uses SOAP. Ruby has basically dropped SOAP in favor of REST. They provide a Java ...
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 ...
23
votes
7answers
13k views

PHP SOAP tutorial?

I need to write a SOAP client using PHP 5.3. The WSDL for the service is reasonably complicated. I can't find a PHP SOAP tutorial anywhere that walks through how to do this - I haven't found any that ...
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
15k views

JSON or SOAP (XML)?

I'm developing a new application for the company. The application have to exchange data from and to iPhone. Company server side uses .NET framework. For example: the class "Customer" (Name, Address ...
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
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
36k views

Simplest SOAP example using Javascript

What is the simplest SOAP example using Javascript? To be as useful as possible, the answer should: Be functional (in other words actually work) Send at least one parameter that can be set ...
21
votes
6answers
11k 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 ...
20
votes
8answers
2k views

Why Is HTTP/SOAP considered to be “thick”

I've heard some opinions that the SOAP/HTTP web service call stack is "thick" or "heavyweight," but I can't really pinpoint why. Would it be considered thick because of the ...
20
votes
6answers
15k views

How to write a Web Service for Google App Engine?

I am simply wondering how to write a Web Service (XML - SOAP) for Google App Engine? I am really new with Python and I have been looking for example for a while, but no chance. Does anybody could ...
15
votes
2answers
641 views

XML differences between WCF and Python SUDS for inheritance?

This is my first post, so apologies if I don't include all the right information! I have a question regarding the different ways inheritance are represented between WCF and SUDS (Python). I have a ...
15
votes
4answers
986 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.
15
votes
6answers
6k views

What's the difference between XML-RPC and SOAP?

I've never really understand why a web service implementer would choose one over the other. Is XML-RPC generally found in older systems? Any help in understanding this would be greatly appreciated.
14
votes
11answers
9k views

Can I disable SOP (Same Origin Policy) on any browser for development?

I want to develop JS on my windows machine. Do you know a browser where I can turn off SOP so I can develop? Firefox would be optimal. Or if you know a proxy I could use for a SOAP/WSDL site it would ...
14
votes
6answers
10k views

Getting RAW Soap Data from a Web Reference Client running in ASP.net

I'm trying to trouble shoot a web service client in my current project. I'm not sure of the platform of the Service Server (Most likely LAMP). I believe there is a fault on their side of the fence ...
13
votes
5answers
11k views

Testing Webservice with SoapUI windows authentication

Is it possible to include the windows domain credentials to test my webservice with soap ui? I found a properties page but the IIS just responses with "wrong credentials".
13
votes
4answers
6k views

A Good C++ Library for SOAP

What are the alternatives for SOAP development in C++? Which one do you prefer and is most supported/modern?
13
votes
4answers
2k 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 ...
13
votes
5answers
4k views

Web Services authentication - best practices?

We have SOAP web services in production that are relying on SOAP Headers (containing plain client credentials) for the authentication. The WS are used in heterogeneous environments with ...
13
votes
10answers
4k 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 ...
12
votes
1answer
412 views

Twisted or Celery? Which is right for my application with lots of SOAP calls?

I'm writing a Python application that needs both concurrency and asynchronicity. I've had a few recommendations each for Twisted and Celery, but I'm having trouble determining which is the better ...
12
votes
3answers
798 views

How to use direct streaming for SOAP with Spring-WS?

We want to enable direct streaming of our payload in webservice endpoints. We have to process a large amount of data and want to stream the data while processing. We use spring-ws-core, in version ...
12
votes
4answers
4k views

REST API - why use PUT DELETE POST GET?

So -i was looking through some articles on creating REST API's. And some of them suggest using all types of HTTP requests: like PUT DELETE POST GET. So - we would create for example index.php and ...
12
votes
4answers
4k views

Capturing SOAP requests to an ASP.NET ASMX web service

Consider the requirement to log incoming SOAP requests to an ASP.NET ASMX web service. The task is to capture the raw XML being sent to the web service. The incoming message needs to be logged for ...
12
votes
8answers
6k views

Lightweight alternative to soapui?

I'm developing a soap web service and I'm using soapui to test it. I just need to read the wsdl file, automatically generate a skeleton request and see the results, and I was wondering if there's a ...
12
votes
3answers
2k views

Problem with WCF client calling one-way operation

I have run into a problem when calling web service on a SAP PI bus from my WCF client. The operation is defined as one-way, and the method on my proxy operation contract is decorated accordingly when ...
12
votes
7answers
6k views

Best/Most Comprehensive API for Stocks/Financial Data

What is the most recommended free/public API for accessing financial market stats and stock quotes (preferrably real-time quotes)? I'm not too picky about how it's exposed (SOAP, REST, some ...
12
votes
4answers
24k views

Simply consuming a web service in Java

I have a very simple SOAP web service that I need to consume from a Java client. What is the easiest way to accomplish this without using any third party libraries? A requirement is that the host ...
11
votes
5answers
313 views

What are some of the pitfalls/tips one could give for developing a web service

Looking to develop a web service (api) in PHP to offer customers an easier way to integrate with our platform. There are workflow calls that will be validated with user/pass as well as some reporting ...
11
votes
6answers
298 views

I can't create a clear picture, why and when to use RESTful services?

Why and when to use RESTful services? I know how to create a WCF webservice. But I am not able to comprehend when to use a SOAP based service and when to use a RESTful service. I read many articles ...
11
votes
2answers
676 views

Serious, intermittent problem with CF Web Service

Howdy, CFers! We've got an incredibly frustrating situation with a CF Web Services-based API that we wrote and maintain. We had an API in place for years that was stable and working happily with Ruby, ...
11
votes
7answers
23k views

java client code for generating SOAP request from WSDL file

Any JAVA opensource api for generating a SOAP request from a WSDL file? Thanks
10
votes
3answers
3k views

Is there a WSDL-like mechanism for JSON?

My company is using SOAP for web services. Despite my efforts to convince my peers to use JSON, we still ended up using SOAP. WSDL was one of the main reasons (another is their unfamiliarity with ...
10
votes
4answers
11k views

Send SOAP XML via curl, PHP

This has been bugging me for days, i'm trying to send a SOAP post via curl but i just keep getting a 'couldn't connect to host' error but i really cant see how. I have an asp version which works fine ...
10
votes
5answers
30k views

Android, sending XML via HTTP POST (SOAP)

I would like to invoke a webservice via Android. I need to POST some XML to a URL via HTTP. I found this snipped for sending a POST, but i dont know how to include/add the XML data itself. public ...
10
votes
2answers
4k views

Combined SOAP/JSON/XML in WCF, using UriTemplate

I'm trying to build a generic web service interface using WCF, to allow 3rd party developers to hook into our software. After much struggling and reading (this question helped a lot), I finally got ...
10
votes
5answers
13k views

How to post SOAP Request from PHP

Anyone know how can I post a SOAP Request from PHP?

1 2 3 4 5 99