This is a "First to check" quick check list when Axis c++ gives problems
Win 32 distribution (binary)
Server problems
- Is the AXIS_HOME variable set correctly?
- Does the directives in axiscpp.conf have correct values?
Are the relevant dlls { { { (AxisServer.dll, AxisTransport.dll, AxisXMLParser.dll) } } } in the PATH?
- If the problem occurs when invoking a webservice, does the server.wsdd contain the relevant service element to deploy the web service?
Are the web service dlls in the place where the server.wsdd specifies it?
Are the Parser dlls (either Expat or Xerces dlls) in the PATH?
Client problems(Client Crashes,etc..)
Does the value of the WSDDFilePath directive in axiscpp.conf,point to the correct server.wsdd file?
Is the { { { AxisClient.dll } } }in the PATH?
- Are the Parser dlls (either Expat or Xerces dlls) in the PATH?