Wednesday, January 8, 2025

OIC - Can we send XML input in rest adapter?

Yes, the REST adapter in OIC can handle XML input.

  1. Set the media type to application/xml.
  2. Define an XML schema (XSD) for payload mapping.
  3. Include Content-Type: application/xml in the request header.
  4. Test with XML payloads using Postman or curl.

Ensure proper configuration and schema matching for seamless processing.

Screenshots:

TBD


No comments:

Post a Comment

Featured Post

Types of encryption techniques

There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...