Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Does Http Adapter supports XML based communication

Use case: I want to send a xml message to the external end system using HTTP adapter.

Question: Does Http Adapter supports XML based input/output payload processing, i see only JSON based Datatype but dont see XML data type,  any idea?

1 1 261
1 REPLY 1

gargrajesh
Former Googler

Hi @padmanabhamv 

I suppose you are referring to Http connector here. 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.