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