Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 5 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 5
Topic #: 1
[All Certified OmniStudio Developer Questions]

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 DataRaptor Transform to convert JSON to XML
  • B. Use a Remote Action that calls the XMLStreamReader class
  • C. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path
  • D. Use a Remote Action that calls the XMLStreamWriter class
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ging1991Ok
1 year, 1 month ago
Selected Answer: A
DR transform can do it and is easier than calling an apex clases.
upvoted 1 times
...
lindem
1 year, 4 months ago
Selected Answer: A
DR Transform cam convert Json to XML
upvoted 2 times
...
ppremy
1 year, 6 months ago
To meet the requirement of converting the response from a REST API into a specific XML structure before sending it as an input to another external web service in an Integration Procedure that uses an HTTP action, the developer should use the "DataRaptor Transform" element to convert the JSON response to XML. Therefore, the correct answer is A. The "DataRaptor Transform" element can be used to transform data from one format to another, such as from JSON to XML. In this case, the developer can use this element to convert the JSON response from the REST API into the required XML structure before sending it to the external web service.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...