Calling Web Services
Calling Web Services
In general when connecting to web services, you use the HTTP API to pull or push data. The XML or JSON API can be very useful to parse or generate data.
Let’s start with a simple example, getting the weather in London from the OpenWeatherMap web service
For more advanced strategies for calling web services, see Building HTTP Requests and Handling HTTP Responses.
, multiple selections available,
Related content
Web Service
Web Service
More like this
Connecting to SOAP Web Services
Connecting to SOAP Web Services
More like this
Web Service Multithread Worker
Web Service Multithread Worker
More like this
Building HTTP Requests
Building HTTP Requests
More like this
Handling HTTP Responses
Handling HTTP Responses
More like this
HTTP Request Structure
HTTP Request Structure
More like this