Top "Web-services" questions

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

Best way to create a simple python web service

I've been using python for years, but I have little experience with python web programming. I'd like to create a …

python web-services
415 Unsupported Media Type - POST json to OData service in lightswitch 2012

I am getting 'error 415: Unsupported Media Type' when posting to an OData service when using JSON. Solution at the bottom …

json web-services post odata visual-studio-lightswitch
Cannot deserialize instance of object out of START_ARRAY token in Spring Webservice

I'm currently having trouble connecting to my webservice on android. I use jackson-core/databind/annotation-2.2.4 and Spring RESTWebService. If I …

android json spring web-services jackson
How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service

I'm trying to write a web service client in c# which the webservice is Java Axis 1.4. Axis service requires the …

c# web-services wsdl axis
How to add parameters into a WebRequest?

I need to call a method from a webservice, so I've written this code: private string urlPath = "http://xxx.xxx.…

c# .net web-services httpwebrequest
How to use parameters with HttpPost

I am using a RESTfull webservice with this methode: @POST @Consumes({"application/json"}) @Path("create/") public void create(String str1, …

java android json web-services http-post
SoapUI "failed to load url" error when loading WSDL

I keep having some weird problems. The main one is that I keep getting the following error when trying to …

java web-services xsd wsdl soapui
Request format is unrecognized for URL unexpectedly ending in

This is not a question - posting it here for reference: When consuming a WebService, I got the following error: …

asp.net web-services
How to post SOAP Request from PHP

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

php web-services soap
Setting HttpContext.Current.Session in a unit test

I have a web service I am trying to unit test. In the service it pulls several values from the …

c# web-services unit-testing httpcontext