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 an iis worker process?
What does restarting iis do?
What is iis used for?
Explain how to create web garden?
How do I check iis logs?
What is iis 10.0 express?
How do I create a virtual directory in iis?
Does windows 10 come with iis?
Where is asp cache located on iis 6.0?
How do I access my localhost from another computer?
What is the application pool identity?
How do I know if I have iis on windows server 2012?
How do I disable iis?
What is windows process activation service?
IIS Performance tuning