Top "Web-services" questions

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

SOAP request to WebService with java

I'm a bit confused about how to make a request to a webservice via java. For now the only thing …

java web-services soap
Best way to call a JSON WebService from a .NET Console

I am hosting a web service in ASP.Net MVC3 which returns a Json string. What is the best way …

c# json web-services
JSON character encoding - is UTF-8 well-supported by browsers or should I use numeric escape sequences?

I am writing a webservice that uses json to represent its resources, and I am a bit stuck thinking about …

web-services json unicode utf-8
Java Web Service client basic authentication

I have created a JAX-WS Web Service on top of Glassfish which requires basic HTTP authentication. Now I want to …

java web-services jakarta-ee jax-ws
Create web service proxy in Visual Studio from a WSDL file

My application needs to talk to a web service that hasn't got an online WSDL definition. The developers however supplied …

c# .net visual-studio web-services wsdl
how to send an array in url request

My requirement is as follows: I want to give actor name, start date, end date and get all the films …

java web-services spring url spring-mvc
How to change webservice url endpoint?

I generated a web-service client using JBoss utils (JAX-WS compatible) using Eclipse 'web service client from a wsdl'. So, the …

java web-services jboss jax-ws
How can I consume a WSDL (SOAP) web service in Python?

I want to use a WSDL SOAP based web service in Python. I have looked at the Dive Into Python …

python web-services soap
Postman Chrome: What is the difference between form-data, x-www-form-urlencoded and raw

I am using the Postman Chrome extension for testing a web service. There are three options available for data input. …

forms web-services rest postman
What are WSDL, SOAP and REST?

What is WSDL? How is it related to SOAP? Where does REST fit in all of that?

web-services rest soap wsdl