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 certificate?
How do I check iis version?
What is app pool and app domain?
Explain the role of iis?
What are the different version on iis that you have worked on?
What is iis service called?
What is full form of ll?
What is app domain?
What is iis server and how it works?
How do I run iis express?
How do I reset iis in windows 7?
What scripts ship with iis 6.0?
Define the different security settings available in iis?
How do I stop and start iis?
Is iis open source?