Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2007

Tip: Looking for answers? Try searching our database.

What is a Proxy Class--Newbie Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sajid - 30 Aug 2007 10:54 GMT
Hi,

I am sorry to ask a stupid question. What is a proxy class?

:(

Cheers!!!!
John Saunders [MVP] - 30 Aug 2007 15:24 GMT
> Hi,
>
> I am sorry to ask a stupid question. What is a proxy class?

It's not a stupid question. In fact, it's a frequently asked question, in
one form or another.

In the Web Services platform, a client never directly accesses the server.
All communications between them are in terms of XML, which is described by
an XML Schema (XSD), which is referred to by a WSDL that describes the
service. A proxy class mediates between the client program and all the XML
stuff that's going on in the middle, before the server is reached.

A proxy class is generated by some development tool that reads the WSDL and
associated schemas, and produces code in some programming language. The "Add
Web Reference" feature of Visual Studio is one such tool. WSDL.EXE, part of
the .NET SDK is another such tool. I believe that Java has tools like
"wsdl2j".

I hope that begins to answer your question. I should eventually put together
some reference materials to better answer these questions.

Welcome to the World of Web Services!
Signature

John Saunders [MVP]

Michael Nemtsev - 30 Aug 2007 15:31 GMT
Hello Sajid,

Just to add to John's post I recommend to read this http://www.codeproject.com/dotnet/intro2websvc.asp

where is the presentation about how the proxy works

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour 

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

S> Hi,
S>
S> I am sorry to ask a stupid question. What is a proxy class?
S>
S> :(
S>
S> Cheers!!!!
S>
John Saunders [MVP] - 30 Aug 2007 15:36 GMT
> Hello Sajid,
>
> Just to add to John's post I recommend to read this
> http://www.codeproject.com/dotnet/intro2websvc.asp
>
> where is the presentation about how the proxy works

Thanks, Michael, I've added this link to my list of answers to Web Services
questions!
Signature

John Saunders [MVP]


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.