How a proxy is generated for a web service ?
Answers were Sorted based on User's Feedback
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 |
Answer / ram
When you add reference to your web site, a proxy is created
Is This Answer Correct ? | 9 Yes | 0 No |
Whats the Hardware requirments for The Server so that we can host a webpage.
What is iis application?
IIS user accounts?
Whats the hardware requirements for the iis server so that we can host a webpage?
How do I create a virtual directory?
How do you stop iis service?
What is web deployment?
What is microsoft's web server?
What is a virtual directory in iis?
What is application pooling in iis?
How do I install iis on windows 8?
Is iis secure?