http://www.snellspace.com/blog/images/DSCF0404.JPG


- James Snell
     IBM Emerging Technologies
     [EMAIL PROTECTED]
     (559) 587-1233 (office)
     (700) 544-9035 (t/l)
     Programming Web Services With SOAP
         O'Reilly & Associates, ISBN 0596000952

     Have I not commanded you? Be strong and courageous. 
     Do not be terrified, do not be discouraged, for the Lord your 
     God will be with you whereever you go.    - Joshua 1:9



[EMAIL PROTECTED]
02/28/2003 06:28 PM
Please respond to axis-dev


To
[EMAIL PROTECTED]
cc

bcc

Subject
cvs commit: xml-axis/java/test/wsdl/extensibility server-deploy.wsdd



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=""




Reply via email to