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 11:56:34 UTC

cvs commit: ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws WsddWriter.java

samisa      2005/08/17 02:56:34

  Modified:    c/src/wsdl/org/apache/axis/wsdl/wsdl2ws WsddWriter.java
  Log:
  Updated the WSDD writer in line with the latest changes to deal with SOAP Action and server.wsdd syntax
  
  Revision  Changes    Path
  1.7       +1 -0      ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WsddWriter.java
  
  Index: WsddWriter.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WsddWriter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WsddWriter.java	17 Aug 2005 08:37:49 -0000	1.6
  +++ WsddWriter.java	17 Aug 2005 09:56:34 -0000	1.7
  @@ -70,6 +70,7 @@
           {
               minfo = (MethodInfo) methods.get(i);
               allowedmethods.add(minfo.getMethodname());
  +            allowedmethods.add(minfo.getInputMessage().getLocalPart());
           }
   
       }