Setting the client wsdd path using AxisCPPConfigDefaults doesn't work
---------------------------------------------------------------------
Key: AXISCPP-1065
URL: https://issues.apache.org/jira/browse/AXISCPP-1065
Project: Axis-C++
Issue Type: Bug
Reporter: Benjamin Engele
Following code
AxisCPPConfigDefaults defaults;
defaults.setClientWSDDFile("D:\WS\client.wsdd");
defaults.apply();
should make axis use the specified client wsdd file, but it doesn't.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.