Pee-Lo 2003/04
25
Proxy Class
This proxy class is used to create and issue SOAP
messages.
Thus a proxy class is just like any other class but the role
of this class is to be the communication gateway
between the web services and the application that is
using the web services.
Proxy class dwells at the application side of the system
and not at the web services application side.
Any data that needs to be send and be received to and
fro from the web services and the application has to go
through this proxy class.