XML Request Exchange

Introduction

APIs exchange data in many formats. This example shows how to communicate using XML data, using the OpenWeather API as the use case.

Request

OpenWeather XML request

Authentication

No authentication is required in this case — OpenWeather is an open API.

Connector

Specify the base URL on the connector.

XML connector example
You can build an XML payload with the payload builder. See the WS Builder for details on the payload builder.