Multiple choice technology platforms and products

We can call a POJO from an OSB service by

  1. Service Callout

  2. Java Callout

  3. Publish

  4. Route Node

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Java Callout is the OSB action specifically designed to invoke Plain Old Java Objects (POJOs) from within the message flow. Service Callout is for calling other services, Publish is for async messaging, and Route Node is for request-response routing.