WebSphere Message Service Clients: Web Services Client for C++, Version 1.1 Operating Systems: Linux, Windows

WSDD file path definition in axiscpp.conf file

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.

Related concepts
Client development and deployment
Types of handler
Rules for writing handlers
Required handler files
Related tasks
Developing and deploying web service client applications
Developing and using client side handlers
Developing client side handlers

Reference topic

Terms of Use | Rate this page

Last updated: 24 Mar 2006

© Copyright IBM Corporation 2005, 2006. All Rights Reserved.