Top "Web-services" questions

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

Can a WSDL indicate the SOAP version (1.1 or 1.2) of the web service?

Is it possible to see if a web service uses SOAP 1.1 or 1.2, based on the information in the WSDL?

web-services soap wsdl
What is the difference between JAX-RS and JAX-WS?

After reading a few articles about JAX-RS and JAX-WS, I had a few questions that I want to confirm? Can …

web-services rest soap jax-ws jax-rs
Location of WSDL.exe

I recently heard of WSDL.Exe, but I am not sure where to find this program. Does anyone know where …

.net web-services sdk wsdl
Large WCF web service request failing with (400) HTTP Bad Request

I've encountered this apparently common problem and have been unable to resolve it. If I call my WCF web service …

c# .net wcf web-services
IntelliJ, can't start simple web application: Unable to ping server at localhost:1099

I'm trying to make a simple web app in IntelliJ by following this tutorial: http://wiki.jetbrains.net/intellij/Creating_…

java web-services tomcat web-applications intellij-idea
Compare and contrast REST and SOAP web services?

I currently figure out the similar is both using internet protocol (HTTP) to exchange data between consumer and provider. The …

web-services rest soap
WSDL/SOAP Test With soapui

I have tested my web services (wsdl/soap) with soapui. and i have the errors : http/log : error 400 BAD REQUEST. …

web-services wsdl soapui
What should a JSON service return on failure / error

I'm writing a JSON service in C# (.ashx file). On a successful request to the service I return some JSON …

jquery web-services json
differences in application/json and application/x-www-form-urlencoded

What is the difference between request.ContentType = "application/json; charset=utf-8"; and webRequest.ContentType = "application/x-www-form-urlencoded";

json web-services http-headers
ASP.Net which user account running Web Service on IIS 7?

I want to know which account running my Web Service/Application so that I can assign the read/write access …

asp.net web-services iis windows-server-2008