jmsnell 2003/02/28 18:28:27
Modified: java/test/wsdl/extensibility server-deploy.wsdd
Log:
Refixing the bug that was causing WSDL2Java to generate
anonymous types and top level types with the same
file and class names.
Fixing the tests at the same time so Glen, Dims and Doug
don't have as much to complain about. :-)
Revision Changes Path
1.7 +2 -2 xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd
Index: server-deploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- server-deploy.wsdd 19 Sep 2002 20:25:12 -0000 1.6
+++ server-deploy.wsdd 1 Mar 2003 02:28:27 -0000 1.7
@@ -40,7 +40,7 @@
<typeMapping
qname="query:QueryResultElement"
- type="java:test.wsdl.extensibility.QueryResultElement"
+ type="java:test.wsdl.extensibility._QueryResultElement"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
@@ -72,7 +72,7 @@
<typeMapping
qname="query:FindBooksQueryExpressionElement"
- type="java:test.wsdl.extensibility.FindBooksQueryExpressionElement"
+ type="java:test.wsdl.extensibility._FindBooksQueryExpressionElement"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""