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...
I’m trying a simple web service example and I get this error even though I uncommented extension=php_soap.dll in the php.ini file: Fatal error: Class ‘SoapClient’ not found in C:\Program...
This question already has answers here: SOAP vs REST (differences) (13 answers) Closed 4 years ago. For now I have a slight idea about the differences between SOAP and...
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...
I am attempting to build out a dashboard widget that will perform a validation check on a site RSS feed using the W3 Validator. Their API docs (http://feed2.w3.org/docs/soap.html) provide...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
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? 6...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow....
I’m wondering what pitfalls (if any?) developers here have run into when distributing WordPress plugins via the WordPress plugin repository that embed a SOAP client for accessing SOAP web...