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 Bob Cotton <bc...@synxis.com> on 2002/03/08 21:55:49 UTC

PATCH Java2WSDL ignoring -P/--portTypeName not used

cvs server: Diffing xml-axis/java/src/org/apache/axis/wsdl
Index: xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java
===================================================================
RCS file: /home/cvspublic/xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java,vretrieving revision 1.9
diff -u -w -r1.9 Java2WSDL.java
--- xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java	20 Feb 2002 17:17:36 -0000	1.9
+++ xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java	8 Mar 2002 20:51:01 -0000
@@ -306,6 +306,10 @@
                         emitter.setDisallowedMethods(option.getArgument());
                         break;
                         
+                    case PORTTYPE_NAME_OPT:
+                        emitter.setPortTypeName(option.getArgument());
+                        break;
+
                     case STOP_CLASSES_OPT:
                         emitter.setStopClasses(option.getArgument());
                         break;


-- 
SynXis Corporation      | bob@synxis.com    | Obstacles are those frightful 
1610 Wynkoop, Suite 400 | Ph: (303)595-2511 | things you see when you take your
Denver, CO  80202       | Fax:(303)534-4257 | eyes off your goal.  -Henry Ford