I've attached a patch for this. I've also attached a patch for the
interop sample deployment descriptor, which was using empty namespaces
with a prefix [ xmlns:x="" ] which isn't valid, and Xerces (2.0.1) was
throwing an error.
Cheers
Simon
www.pocketsoap.com
On Sun, 9 Jun 2002 01:13:53 +0600,
I am using the following environment
java 1.4
Tomcat 4.0.3
Soap 2.3
I have written a simple class that implements not only the class functions,
but the serialization and deserialization as well. I am having problems
calling a simple function on the class that returns itse
duftler 2002/06/09 19:10:27
Modified:java/docs changes.html
Log:
Updated. This was part of the distribution, I just forgot to commit it.
Revision ChangesPath
1.23 +2 -0 xml-soap/java/docs/changes.html
Index: changes.html
=
duftler 2002/06/09 20:49:03
Modified:java/src/org/apache/soap/encoding/soapenc
ParameterSerializer.java
Log:
Removed some blank spaces.
Revision ChangesPath
1.11 +1 -1
xml-soap/java/src/org/apache/soap/encoding/soapenc/ParameterSerializ
duftler 2002/06/09 20:49:57
Modified:java/src/org/apache/soap Constants.java
Log:
Beginning of patch by Simon Fell and myself to use xsi:nil when
the 2001 Schema version is used.
Revision ChangesPath
1.25 +1 -0 xml-soap/java/src/org/apache/soap/Constants.ja
duftler 2002/06/09 20:52:56
Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
This patch enables the serialization logic to use xsi:nil when the
2001 Schema version is employed.
Also, the code seems to have been using the older xsi version, regardless
Hi Simon,
Thanks for the patches.
I've applied the xsi:nil patch. I had to make some changes, however. As it
was written, the patch would never actually use xsi:null, only xsi:nil. The
code was checking the Constants.NS_URI_CURRENT_SCHEMA_XSI constant, which
will only change if someone changes i
duftler 2002/06/09 21:15:19
Modified:java/docs changes.html
Log:
Fixed a couple of types, and updated.
Revision ChangesPath
1.24 +8 -2 xml-soap/java/docs/changes.html
Index: changes.html
===
duftler 2002/06/09 21:19:04
Modified:java/docs changes.html
Log:
Created an item for v2.3.1.
Revision ChangesPath
1.25 +12 -6 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS fil
duftler 2002/06/09 21:33:01
Modified:java build.xml
Log:
Updated.
Revision ChangesPath
1.41 +2 -2 xml-soap/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml-soap/java/build.x
duftler 2002/06/09 22:58:03
Modified:java/docs head.html
Log:
Updated version number.
Revision ChangesPath
1.4 +1 -1 xml-soap/java/docs/head.html
Index: head.html
===
RCS file: /home/cvs/
duftler 2002/06/09 22:59:01
Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
Fixed a NullPointerException problem that my changes created.
Revision ChangesPath
1.11 +28 -8
xml-soap/java/src/org/apache/soap/encoding/soapenc/SoapEncUtils.
12 matches
Mail list logo