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

OSB provides the Java Callout action specifically for invoking POJO (Plain Old Java Object) methods within a message flow. Service Callout is used for calling other OSB proxy services or external web services, not Java classes directly. Java Callout allows you to execute custom Java code and integrate Java libraries into OSB mediation logic.