What is Stub and skeleton ?
stub and skeleton are counterparts in a web service setup.
Skeleton belongs to service provider side and stub belongs to receiver side.
At lower level stub and skeleton communicate with each other.
Stub − A stub is a representation (proxy) of the remote object at client.It
resides in the client system; it acts as a gateway for the client program.
Skeleton − This is the object which resides on the server side.
stub communicates with this skeleton to pass request to the remote object.