gdaniels02/02/02 10:06:19
Modified:java/samples/encoding DataSer.java
java/src/org/apache/axis/encoding Serializer.java
java/src/org/apache/axis/encoding/ser ArraySerializer.java
Base64Serializer.java BeanSerializer.java
>>I was surprised to see a reference implementation of JAX-RPC that
>>wasn't Axis.
>It comes from Sun... Duh. ;-)
Heh. I guess it just surprised me to see a whole new Java
implementation of SOAP. The more, the merrier.
Sun must feel the same way - the wspack includes Apache SOAP, too!
gdaniels02/02/02 09:19:47
Modified:java/test/wsdl Java2WsdlAntTask.java
Log:
Print stack trace if Java2WSDL fails.
Revision ChangesPath
1.6 +6 -1 xml-axis/java/test/wsdl/Java2WsdlAntTask.java
Index: Java2WsdlAntTask.java
butek 02/02/02 07:43:51
Modified:java/src/org/apache/axis/wsdl/toJava JavaWriterFactory.java
Log:
Indentation was off by one.
Revision ChangesPath
1.10 +12 -12
xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaWriterFactory.java
Index: JavaWriterFactory.j
butek 02/02/02 07:23:06
Modified:java/src/org/apache/axis/wsdl/toJava JavaWriterFactory.java
java/test/wsdl Wsdl2javaTestSuite.xml
Added: java/test/wsdl/clash clash.wsdl
Removed: java/test/clash AirportWeather.xml
Log:
Replace the existing clash test w
butek 02/02/02 07:12:32
xml-axis/java/test/wsdl/clash - New directory
AXIS, by default, is supposed to be SOAP 1.1. We don't yet have a switch
for SOAP 1.2, but we're thinking about it. Some of our WSDL2Java tests are
testing SOAP 1.2 types (soap-enc:xxx) because mappings for them are defined
in JAX-RPC, but I think AXIS still sends SOAP 1.1 over the wire.
Perhap