How do you consume a web service ?
Answer Posted / pravesh
Web service Discovery mechanism enables client to locate
and discover web service on the net. Web service discovery
mechanism provides a discovery document , this discovery
document is written in WSDL and provides all the
information about web service, e.g.
1. its location
2. What methode is provides.
etc..
Following are the steps to consume a web service:-
1.Add web reference to project.
Enter url of the web service to locate the web service and
its methods.
2.Add reference to namespace of web service on the page (eg
using MyWebService)
3. Create an instance of web service class (e.g.
MywebServiceClass obj1= new MywebServiceClass();
4. call the required method (eg. int x= obj1.GetAge();)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the use of iis server in net?
What is iis and how it works?
brief description of the company and its information system
How do I completely uninstall iis?
How do I view iis certificates?
What does iis stand for?
What secure authentication and encryption mechanisms are supported by iis 6.0?
How do I run iis server?
How do I check the version of iis?
Difference between basic and digest authentication modes?
In a single process non of user's are accessing Web site when i checked the logs it showing event ID "530" ? need the solutions and also Mail me all the event id's related to IIS...
How do I make iis my default website?
How do I disable iis?
How do I open applicationhost config?
How do I add an application to iis?