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 … Read more
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 … Read more
I have a web service that accepts JSON parameters and have specific URLs for methods, e.g.: http://IP:PORT/API/getAllData?p={JSON} This is definitely not REST as … Read more
Is there an easy way (aka: not using a proxy) to get access to the raw request/response XML for a webservice published with … Read more
What is the difference between OData and REST-ful web services? 8 Answers 8
I have a web service I am trying to unit test. In the service it pulls several values from the HttpContext like so: … Read more
What is the difference between an XML Schema and WSDL? The difference I noticed is that WSDL contains XSD and in WSDL we … Read more
I am working on the integration of an Amazon Webstore (Amazon Checkout) on a WordPress site using Amazon Documentation here. Has been a … Read more
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more
I’m planning to develop an app for the iPhone and that app would have to access a couple of SOAP services. While doing … Read more
I want to use this service OnWebChange to monitor when a website changes and change mine accordingly. It would notify me via a … Read more