You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/08/17 10:42:08 UTC

cvs commit: ws-axis/c/src/common AxisMessage.cpp

samisa      2005/08/17 01:42:08

  Modified:    c/src/common AxisMessage.cpp
  Log:
  removed the operationRequestMap related exception messages
  
  Revision  Changes    Path
  1.10      +1 -1      ws-axis/c/src/common/AxisMessage.cpp
  
  Index: AxisMessage.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisMessage.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AxisMessage.cpp	12 Aug 2005 08:09:46 -0000	1.9
  +++ AxisMessage.cpp	17 Aug 2005 08:42:08 -0000	1.10
  @@ -75,7 +75,7 @@
               m_sMessage = "AxisWsddException:Requested method is not allowed";
               break;
           case CLIENT_WSDD_PARA_TYPE_MISMATCH:
  -            m_sMessage = "AxisWsddException: Missing or incorrect operationRequestMap entry in the wsdd file";
  +            m_sMessage = "AxisWsddException: Parameter type mismatch";
               break;
           case SERVER_WSDD_NO_HANDLERS_CONFIGURED:
               m_sMessage = "AxisWsddException:No handlers configured in" \