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 na...@apache.org on 2008/10/14 22:20:43 UTC

svn commit: r704664 - /webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java

Author: nadiramra
Date: Tue Oct 14 13:20:43 2008
New Revision: 704664

URL: http://svn.apache.org/viewvc?rev=704664&view=rev
Log:
Add information on usage information on wrapper vs. non-wrapper style.

Modified:
    webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java

Modified: webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java?rev=704664&r1=704663&r2=704664&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java (original)
+++ webservices/axis/trunk/c/src/wsdl/org/apache/axis/wsdl/wsdl2ws/WSDL2Ws.java Tue Oct 14 13:20:43 2008
@@ -88,6 +88,12 @@
                 + "-t<timeout>            uri resolution timeout in seconds - default is 0 (no timeout).\n"
                 + "-b<binding-name>       binding name that will be used to generate stub.\n"
                 + "-w<wrapped|unwrapped>  generate wrapper style or not - default is wrapped.\n"
+                + "                       In order for an operation to be eligible for wrapper-style,\n"
+                + "                       the following criteria must be met:\n"
+                + "                           -- There is at most one single part in input and output messages\n"
+                + "                           -- Each part definition must reference an element\n"
+                + "                           -- The input element must have the same name as the operation\n"
+                + "                           -- The input and output elements have no attributes\n"
                 );
     }