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 iis 10.0 express?

666


How many times are working in iis server?

497


What does iis stand for?

506


What is app pool?

503


IIS Performance tuning

2451






What is default web site in iis?

511


How do I create a virtual folder in windows 10?

514


How do you reset iis?

519


How do I open iis in windows 10?

492


How do I restart iis express from command line?

555


Where is iis express installed?

477


Explain the permission settings are available for virtual directory?

484


What is use of application pool in iis?

505


How do I block port 80 in windows?

496


How do I run iis server?

528