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 that allows invocation of Plain Old Java Objects (POJOs) from within a message flow. This enables custom Java logic to be executed during request/response processing. Service Callout is for calling other services, not Java classes directly.