After you have installed Web Services Client for C++, some configuration may be required for the AxisClient.
After installation is complete, you may need to configure the axiscpp.conf file to match your installation.
Depending on the platform, axiscpp.conf file is located in either <inst_dir> for Windows or <inst_dir>/etc for UNIX.
The following code shows the supplied default template configuration file. Note that the pathnames in this file vary according to platform.
# The comment character is '#' # Available directives are as follows # # ClientWSDDFilePath: The path to the client WSDD # SecureInfo: The GSKit security information #
You only need to change this file if you are using handlers with your web service client application, or if you are securing your web service communications using SSL. If you are not adding handlers or SSL, you do not need to change this file.
If you are using the axiscpp.conf configuration file, you must create an environment variable that gives the location of axiscpp.conf to the AxisClient library. Regardless of platform, this variable is called AXISCPP_DEPLOY.
To carry out the post installation configuration for Web Services Client for C++, complete the following steps.