Click here to Skip to main content
15,881,738 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi there.
i am beginner to Xml web service (C#).
i know proxy class is created from WSDL.
can someone explain me the definition of proxy class conceptually?
thanks
Posted
Comments
Richard MacCutchan 11-Nov-14 4:29am    
You can find this detail quite easily by doing some research for yourself: Google, Wikipedia, or even by reading some books.
Ankur\m/ 11-Nov-14 4:30am    
Google is your friend: https://www.google.co.in/?gws_rd=ssl#q=web+service+proxy

By default, the proxy class uses SOAP over HTTP to communicate with the XML Web service. However, Wsdl.exe can generate proxy classes to communicate with an XML Web service, using either the HTTP-GET protocol or HTTP-POST protocol.

As according Microsoft: To invoke a method of a Web service, you call the corresponding method of the generated Web service proxy class. The generated proxy class executes a Web request to the Web service method.

for more info
 
Share this answer
 
Comments
aliwpf 9-Dec-14 4:13am    
thanks.
you can find all about this in following link:-

http://msdn.microsoft.com/en-IN/library/d2s8y7bs(v=vs.80).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900