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 for calling Plain Old Java Objects (POJOs) from service flows. Service Callout invokes another OSB/proxy service, Publish is one-way messaging, Route Node is for request routing - only Java Callout calls POJOs.