Multiple choice technology architecture

Within the SOA model, what operation is used to describe the process of sending a servcie description to a service registry?

  1. Find

  2. Publish

  3. Bind

  4. Register

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In the SOA publish-find-bind model, Publish describes making service descriptions available in a registry (like UDDI). Find is searching for services, Bind is connecting to use a service, and Register isn't one of the three core SOA operations. The question specifically asks about sending descriptions TO a registry.