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 the iis service called?
What is iis used for?
What is iis? Why is it used?
How do you know if iis is running?
Describe the role of http.sys in iis?
How do I edit web config in iis?
What is the shortcut to open iis manager?
Where is the iis manager?
Is iis considered middleware?
Where is iis logs located?
How do I restart iis in windows?
How do I stop iis?
In which process does iis runs (about the exe file)?
What is the name of default application pool in iis?
How do I create a virtual folder in windows 10?