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 the difference between IIS 5.1 and IIS 6 administration?

3 Answers  


How do I install iis admin?

0 Answers  


What is the use of iis logs?

0 Answers  


What are webservices, its attributes. Where they are available ?

3 Answers   TCS,


What is http error 403.14 forbidden?

0 Answers  






Where is iis logs located?

0 Answers  


How do I run iis express?

0 Answers  


What is the name of default application pool in iis?

0 Answers  


How do I check the version of iis?

0 Answers  


How to debug a web application which is hosted on iis?

0 Answers  


what type of information system do this company use?

0 Answers   Infeneon Technologies,


security management

1 Answers   Infeneon Technologies,


Categories