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
Explain the permission settings are available for virtual directory?
How do I stop all iis services?
Does windows 10 come with iis?
What is iis certificate?
What are the differences between iis 5.1 and iis 6 administration?
Can I uninstall iis?
What is the difference between apache and iis?
What is full form of ll?
IIS Core functionality?
How to generate Random numbers without using Rnd() ?
How do I run iisreset as administrator?
What is iis in windows server?
Explain the recycling of application pool?
What are virtual directories in iis?
What is the default identity of iis6.0?