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 iis service called?

0 Answers  


What is the purpose of iis server?

0 Answers  


How many times are working in iis server?

0 Answers  


Define recycling of application pool?

0 Answers  


How do I enable iis on my local system?

0 Answers  






What version is iis?

0 Answers  


What is web deployment?

0 Answers  


How do I publish my website on iis?

0 Answers  


What does internet information server (iis) assume to be the default language for active server pages?

0 Answers  


What is application pools in iis?

0 Answers  


Types of authentications in IIS?

3 Answers   Microsoft, TCS,


Where is iis express installed?

0 Answers  


Categories