For Web services where you can browse on the Internet?
Answer Posted / swapna
For consuming Web services first we have to go to the UDDI
directory .In the UDDI directory we can find a link to
discovery file.
Then we can make a request for WSDL document.
This WSDL contains description of the services.
Then we have to integrate the webserice into our
application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is client side state management?
Explain the different types of directives in .net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the base class from which web forms are inherited?
What are the layouts of ASP.NET Pages?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Can we set which type of comparison we want to perform by the CompareValidator control?
Fetch one page value to another page without using state-managment ?
What are the new web part controls in asp.net 2.0 ?
Define dll hell?
What is difference between rest and soap?
What is a reflection?