Stub vs Proxy
Posted by
Rks2rk under
WCF on 5/27/2013 5:04:17 AM |
Points: 75 | Views : 8199 | Status :
[Member]
Hello,
I want to know what is the difference between stub and proxy in Web Services ???
When we add reference to a web service a proxy class is created in client side which gives complete info about the methods present in web service. When we want to invoke web service we do it through proxy class.
Then what is the role of stub, does it only serialize and deserialize the message in to SOAP format or does some other things ???
If not how we serialize and deserialize the message ???
Please reply...............