Top "Web-services" questions

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

jQuery .ajax() POST Request throws 405 (Method Not Allowed) on RESTful WCF

I am sending a post request to a RESTFUL WCF service application. I am able to successfully send a POST …

jquery web-services rest post wcf-rest
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 …

iphone ios web-services soap wsdl
Difference between frontend, backend, and middleware in web development

I was wondering if anyone can compare/contrast the differences between frontend, backend, and middleware ("middle-end"?) succinctly. Are there cases …

web-services architecture
WSDL validator?

Is there any online service available to validate Web Service WSDL file?

web-services wsdl
Enable ASP.NET ASMX web service for HTTP POST / GET requests

I would like to enable a ASP.NET classic (ASMX) web service for HTTP POST and GET requests. I realise …

asp.net web-services asmx
How to call a RESTful web service from Android?

I have written a REST web service in Netbean IDE using Jersey Framework and Java. For every request the user …

java android web-services rest authorization
Read response body in JAX-RS client from a post request

Having some sort of proxy between a mobile app and a web-service, we are puzzled by the response when issuing …

java json web-services cxf jax-rs
Web Service vs WCF Service

What is the difference between them? When would I opt for one over the other?

wcf web-services
Uri not Absolute exception getting while calling Restful Webservice

The below code snippet is using to call my web service using restful API. ClientConfig config = new DefaultClientConfig(); Client client = …

java web-services http servlets cas