Multiple choice technology architecture

------------------------ refers to the interaction between Service Provider and Registry ?

  1. Find

  2. Bind

  3. Publish

  4. EndPoint.

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

In the SOA publish-find-bind model, the Publish interaction occurs between the Service Provider and the Registry. The provider publishes information about its service to the registry so consumers can later find it. Find is between Consumer and Registry, Bind is between Consumer and Provider.