When you are writing a client side handler, you must create a client handler header file, a client handler file and client handler factory file. The example files supplied with Web Services Client for C++ provide templates that you can use for guidance when you are creating your own handlers.
When you are writing a client side handler, you must create the following files:
The templates for the example handler files for the Stock Quote sample are in Sample client handler code. These templates contain no function, but define what is required to allow a handler to be used with the AxisClient library.