/
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
Handling HTTP Responses
Handling HTTP Responses
More like this
Web Service
Web Service
More like this
Node Types and Iguana Node Trees
Node Types and Iguana Node Trees
Read with this
Connecting to SOAP Web Services
Connecting to SOAP Web Services
More like this
How to Connect to SFTP and FTP
How to Connect to SFTP and FTP
Read with this
Building HTTP Requests
Building HTTP Requests
More like this