How a proxy is generated for a web service ?

Answers were Sorted based on User's Feedback



How a proxy is generated for a web service ?..

Answer / 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

How a proxy is generated for a web service ?..

Answer / ram

When you add reference to your web site, a proxy is created

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More IIS Interview Questions

Where is iis express located?

0 Answers  


What are the differences between iis 5.1 and iis 6 administration?

0 Answers  


What is a vector space query?

0 Answers  


IIS ASP Cache

1 Answers   Tyrex,


How do you uninstall iis apps?

0 Answers  






How do I block port 80 in windows?

0 Answers  


What is iis reset?

0 Answers  


What is the name of default application pool in iis?

0 Answers  


What is iis role?

0 Answers  


What is the use of virtual directory in iis?

0 Answers  


How do I open web config in iis?

0 Answers  


How do I start iis manager?

0 Answers  


Categories