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 certificate?

675


How do I check iis version?

678


What is app pool and app domain?

715


Explain the role of iis?

693


What are the different version on iis that you have worked on?

646


What is iis service called?

676


What is full form of ll?

701


What is app domain?

681


What is iis server and how it works?

657


How do I run iis express?

767


How do I reset iis in windows 7?

648


What scripts ship with iis 6.0?

657


Define the different security settings available in iis?

618


How do I stop and start iis?

686


Is iis open source?

706