How a proxy is generated for a web service ?
Answer Posted / komal
when you use WSDL.exe to compile a web service the
following 2 steps are done:
1) A new proxy is generated for your web service
2) Web service is compiled into .cs file (You can view it
to check out the client code)
Now you have to compile your cs file into dll file so you
can make reference to it. THis can be done by running the
following command in VS prompt:
csc /t:Library myservice.cs
3) Then .cs file it is converted into .Dll
But if you are using VS Dot Net then these 2 steps are done
automatically
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is iis lockdown?
How do I know if iis is running on my browser?
How do I make iis my default website?
What is the purpose of iis server?
How do I open iis control panel?
How do I start and stop iis?
How do you administer Connection Pooling in IIS 4.0?
Why do you need iis?
brief description of the company and its information system
Name the different version on iis?
How to create web garden?
How do I open iis manager in windows 10?
What is use of application pool in iis?
Explain the relation between ssl and tls?
Define the different version on iis that you have worked on?