gdaniels02/04/19 10:28:21
Modified:java/src/org/apache/axis/deployment/wsdd
WSDDTypeMapping.java WSDDBeanMapping.java
Log:
Refactor constructor for cleanliness.
Revision ChangesPath
1.26 +8 -21
xml-axis/java/src/org/apache/axis
Title: WSDDTypemapping.java
That
schema is woefully out of date. We need to republish
it.
-Original Message-From: Varaprasad Vegesine
[mailto:[EMAIL PROTECTED]]Sent: Friday, March 01,
2002 11:36 AMTo: '[EMAIL PROTECTED]'Subject:
WSDDTypemapping.java
Hi,
Title: WSDDTypemapping.java
Hi,
I found a problem when using typemapping qName. The attribute name qName in wsdd.xsd and WSDDTypeMapping.java should be same. In the code there are using 'qname' (lowercase n) instead of qName. Please fix the code
Varaprasa
/wsdd
WSDDBeanMapping.java WSDDService.java
WSDDTypeMapping.java
Log:
Changes to support document/literal WSDL generation
and generation of simpleContent type schema.
Get the encoding style of a type mapping from the service style.
For
butek 02/02/21 06:33:58
Modified:java/src/org/apache/axis/deployment/wsdd
WSDDTypeMapping.java
Log:
Fix a bug and be consistent. Use the class loader everywhere Class.forName is
used. Contributed by Greg Truty.
Revision ChangesPath
1.24
scheu 02/02/07 15:47:41
Modified:java/src/org/apache/axis/deployment/wsdd WSDDDeployment.java
WSDDService.java WSDDTypeMapping.java
Log:
Following changes were made per Request from Greg Truty:
1) Added WSDDTypeMapping.setSerializer(String) and
gdaniels02/02/07 10:16:39
Modified:java/src/org/apache/axis/deployment/wsdd
WSDDTypeMapping.java
Log:
Use Class.forName() instead of explicitly loading through the classloader,
so we deal correctly with Array types, which are handled specially by the
JVM