What is Web Service Proxy generator?
Does it generates a proxy class automatically? Can anyone pls. explain this? Is this a free tool? Any related links, articles, codes welcome.
Printable View
What is Web Service Proxy generator?
Does it generates a proxy class automatically? Can anyone pls. explain this? Is this a free tool? Any related links, articles, codes welcome.
It happens behind the scenes if I understand what you are talking about correctly.
When you create a web reference (web service reference) in your app, the VS.Net designer creates a proxy class for that web service. It doesn't show up in the solution explorer if I remember correctly, but it is there. You can see it by right-clicking a web method call, and clicking the Definition menu item. This will take you to the proxy class that VS.net created for you when you referenced the web service. (some things may be slightly different because I don't have VS.Net available to me right now, so I am going from memory)
Now, if you are refering to a stand alone tool, I can't help you. I have never used it if there is one. Sorry.