If you are using client side handlers, you must define the path to the WSDD file in the axiscpp.conf configuration file.
If you are using client side handlers, you must add an additional line to the axiscpp.conf configuration file, defining the path to the WSDD file. The mandatory configuration for the axiscpp.conf file is described in Configuring after installation. The following example shows the axiscpp.conf file with WSDD information added.
# The comment character is '#'
# Available directives are as follows
#
# ClientWSDDFilePath: The path to the client WSDD
# SecureInfo: The GSKit security information
#
ClientWSDDFilePath:<inst_dir>\conf\client.wsdd
The important line of the above example is the first line after the comments, the ClientWSDDFilePath definition. When this line appears in the axiscpp.conf file, Web Services Client for C++ uses this reference to determine which handlers are to be included in the SOAP request/response message parser.