Question:Mark intends to use Web services of 'Royal Airways' in his application. He is searching for UDDI APIs, available in the .net library. Which of the following codes should he apply in this scenario? 

A Inquire.Url = "http://uddi.rte.microsoft.com/inquire"; FindBusiness fb = new FindBusiness(); fb.Names.Add("Royal Airways"); BusinessList list = fb.Send(); 

B Inquire.Url = "http://uddi.rte.microsoft.com/inquire"; FindBusiness fb = new FindBusiness(); BusinessList list = fb.find("Royal Airways"); 

C Inquire.Url = "http://uddi.rte.microsoft.com/inquire"; FindBusiness fb = new FindBusiness(); BusinessList list = fb.Send("Royal Airways"); 

D None of these 

+ Answer
+ Explanation
+ Report
Total Preview: 481

Copyright © 2024. Powered by Intellect Software Ltd