Exit OMNISTUDIO-DEVELOPER Salesforce Certified Omnistudio Developer (Plat-Dev-210)
Question 5 of 5
0% complete
Q5 Single choice

An Integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external web service.

How should the developer configure the Integration Procedure to meet this requirement?

  • A

    Use a Remote Action that calls the XMLStreamWriter class.

  • B

    Use a Data Mapper Extract and check the XML checkbox on the Output JSON Path.

  • C

    Use a Remote Action that calls the XMLStreamReader class.

  • D

    Use a Data Mapper Transform to convert JSON to XML.