Multiple choice technology platforms and products

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 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.