Application Integration - Http Connector - XML data

Use case: End system Webservice exposed as XML input/output format. have to Invoke using Application Integration

Actions:

Have used a Http connector to connect the End system Web services, and configured the HTTP connector

In a Application Integration, when I use Http connector, the input auto generated data type is showing JSON, if I pass input as JSON format, the adapter has capability to convert JSON-> XML format internally and hit it to Endpoint Webservice?

If not, How can i Pass XML input datatype to the endpoint? Please advise ?

1 1 95
1 REPLY 1

Hi @padmanabhamv ,

Http connector supports Xml payload as well. If your webservice accepts xml payload, you can simply provide that XML in the "Body" field in the json object. You would need to pass "Content-Type: application/xml" in the headers.