How can the developer make the new service available to consumers?

A developer creates a Java web service to be used by consumers in an SOA. This SOA uses a
UDDI service registry. How can the developer make the new service available to consumers?

A developer creates a Java web service to be used by consumers in an SOA. This SOA uses a
UDDI service registry. How can the developer make the new service available to consumers?

A.
Deploy to the registry using JAXR

B.
Publish to the registry using JAXR

C.
Query the registry using JAX-RPC

D.
Target the registry using JAX-RPC

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Ashishkumar

Ashishkumar

B

UDDI is an XML registry that provides standard mechanisms for businesses to describe and publish their services, discover other businesses that offer desired services, and integrate with them. Think of UDDI as:

Yellow Pages that allow businesses to register themselves and their services under different categories and classifications.
White Pages that contain business addresses and contact information.
Green Pages (which do not lend themselves to a phone book analogy) that contain technical information about services offered by business entities. They include enough technical details to invoke a given service.