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

What is http error 403.14 forbidden?

0 Answers  


How do I open iis manager in windows 7?

0 Answers  


What is iis administration?

0 Answers  


How do I uninstall iis?

0 Answers  


Did you work on IIS adminisdtration ?

3 Answers   IBM, Satyam,






How many users supported by IIS at a Time

3 Answers   TCS,


What are the tools used for editing in iis?

0 Answers  


How do I install iis on windows 10?

0 Answers  


computer sotfware used and its functions

0 Answers   Infeneon Technologies,


Why do we need to recycle application pool?

0 Answers  


What is the role of http.sys in iis?

0 Answers  


For the document of size 1 mb, what size would you expect the index to be with indexing service?

0 Answers  


Categories