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


Please Help Members By Posting Answers For Below Questions

What is App Pool in IIS?

617


How do I publish my website on iis?

512


How do I open applicationhost config?

560


Explain how to create a virtual directory on iis?

496


What are the tools used for editing in iis?

526






What is iis and how does it work?

527


Where are iis backups stored?

503


What is the use of iis server in net?

502


How does iis work?

502


What is iis and why it is used?

486


What services use iis?

502


What is the service name for iis?

507


How do I restart iis in windows?

519


What is the iis service called?

538


How do I know if iis is running?

544