RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java JavaDeployWriter.java

2002-04-04 Thread Glen Daniels
Yeah, that was a lot easier than we expected it would be! We're working on a test for this stuff, too. > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 2:58 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commi

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java JavaDeployWriter.java

2002-04-04 Thread tomj
tomj02/04/04 11:17:12 Modified:java/src/org/apache/axis/wsdl/toJava SchemaUtils.java JavaDeployWriter.java Log: Check the 'elementFormDefault' and 'form' attributes in schema types to determine whether or not to namespace qualify element QNames. F

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java

2002-02-18 Thread David Altenburg
Title: RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java Excellent.  Thanks! David Altenburg [EMAIL PROTECTED] >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 15, 2002 5:02 PM >To: [EMA

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SchemaUtils.java

2002-02-15 Thread scheu
scheu 02/02/15 15:02:19 Modified:java/src/org/apache/axis/wsdl/toJava SchemaUtils.java Log: Changes per axis-dev request from David Altenburg. The WSDL2Java emitter now parses choice and group elements underneath complexType elements. Need a testcase... Revision