cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

IF there are more than one applications that supplies a particular service, for example Temperature conversion, and both of these services are Registered in the Web service and when a Client calls the Webservice for the Temperature conversion, how does the Web Service avoids the ambiguity here? i.e from which application Business Logic web Service is going to make the call?

2) Who will maintain the Web service?

0 Likes
View Entire Topic
Former Member
0 Likes

Web services are published in UDDI registry by business vendors. Your web service client knows which web service to be called as the WSDL files are different for each vendors/applications, so is the interfaces(port types). So there won't be any chance of ambiguity.

For the second qtn, web services are deployed on to Web servers and the declaration and other port details are described in UDDI registry

regards,

Sujesh