You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Benjamin Engele (JIRA)" <ax...@ws.apache.org> on 2010/02/23 13:10:27 UTC

[jira] Created: (AXISCPP-1065) Setting the client wsdd path using AxisCPPConfigDefaults doesn't work

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.