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

Whats the Hardware requirments for The Server so that we can host a webpage.

1 Answers  


What is iis application?

0 Answers  


IIS user accounts?

3 Answers  


Whats the hardware requirements for the iis server so that we can host a webpage?

0 Answers  


How do I create a virtual directory?

0 Answers  






How do you stop iis service?

0 Answers  


What is web deployment?

0 Answers  


What is microsoft's web server?

0 Answers  


What is a virtual directory in iis?

0 Answers  


What is application pooling in iis?

0 Answers  


How do I install iis on windows 8?

0 Answers  


Is iis secure?

0 Answers  


Categories