We can call a POJO from an OSB service by
-
Service Callout
-
Java Callout
-
Publish
-
Route Node
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.