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 vs REST (differences)

I have read articles about the differences between SOAP and REST as a web service communication protocol, but I think …

rest web-services http soap definition
HTTP POST and GET using cURL in Linux

I have a server application written in ASP.NET on Windows that provides a web service. How can I call …

linux web-services curl
Call a REST API in PHP

Our client had given me a REST API to which I need to make a PHP call to. But as …

php web-services api rest
How to call a REST web service API from JavaScript?

I have an HTML page with a button on it. When I click on that button, I need to call …

javascript html rest web-services
Jquery Ajax Posting json to webservice

I am trying to post a JSON object to a asp.net webservice. My json looks like this: var markers = { "…

jquery ajax web-services json
Maximum length of HTTP GET request

What's the maximum length of an HTTP GET request? Is there a response error defined that the server can/should …

web-services http
How to do a SOAP Web Service call from Java class?

I'm relative new to the webservices world and my research seems to have confused me more than enlighten me, my …

java web-services soap jax-ws saaj
What is a web service endpoint?

Let's say my web service is located at http://localhost:8080/foo/mywebservice and my WSDL is at http://localhost:8080/foo/…

web-services terminology definition endpoint
How to call a SOAP web service on Android

I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service …

java android web-services soap wsdl
How can I get the named parameters from a URL using Flask?

When the user accesses this URL running on my flask app, I want the web service to be able to …

python web-services flask url-parameters