Multiple choice technology

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

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.