XML request exchange

There is many data types to exchanges with API, in this example we will communicate with xml data . Open weather as use case

Request

auth axelor

Authentication

There is no need for authentication in this case , Open weather is an open API

Connector

You need to specify the base URL .

connector xml example
It’s important to note that we can create a xml payload with the payload builder . you can see the part where we explained the payload builder