Definitions for "proxy class"
a class containing all of the methods and objects exposed by the Web service
a class that delegates the 'real work' to a 'real subject'
a class that encapsulates the complexity of calling a Web service and exposes this complexity through a simplified interface