duftler 01/11/13 10:28:35
Modified:java/src/org/apache/soap/server DeploymentDescriptor.java
TypeMappingSerializer.java
Log:
Will now allow a TypeMapping to be specified without the elementType; made
the DeploymentDescriptor and TypeMappings serializing/des
We are pleased to announce the release of UDDI4J version 2 beta.
UDDI4J is an open source project hosted at http://www.uddi4j.org.
It is a java class library that provides an API to interact
with a UDDI (Universal Description, Discovery and Integration)
registry.
This new release was made possib
duftler 01/11/13 10:26:23
Modified:java/src/org/apache/soap/server TypeMappingSerializer.java
Log:
Will now allow a TypeMapping to be specified, without the elementType.
Revision ChangesPath
1.9 +13 -5
xml-soap/java/src/org/apache/soap/server/TypeMappingSerial
duftler 01/11/13 10:25:09
Modified:java/src/org/apache/soap/util/xml DOMUtils.java
Log:
Added a method to retrieve qualified attribute value. That is, will return
a QName representing the value of the requested attribute.
Revision ChangesPath
1.5 +36 -0 xml-s
duftler 01/11/13 10:24:29
Modified:java/src/org/apache/soap/util/xml QName.java
Log:
Was throwing a NullPointerException if localPart constructor arg was null.
Revision ChangesPath
1.6 +1 -1 xml-soap/java/src/org/apache/soap/util/xml/QName.java
Index: QNa