cvs commit: xml-axis/java/test/encoding DataSer.java

2002-02-02 Thread gdaniels
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

RE: Sun releases Web Services Developer Pack

2002-02-02 Thread Nelson Minar
>>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!

cvs commit: xml-axis/java/test/wsdl Java2WsdlAntTask.java

2002-02-02 Thread gdaniels
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

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

2002-02-02 Thread butek
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

cvs commit: xml-axis/java/test/wsdl/clash clash.wsdl

2002-02-02 Thread butek
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

cvs commit: xml-axis/java/test/wsdl/clash - New directory

2002-02-02 Thread butek
butek 02/02/02 07:12:32 xml-axis/java/test/wsdl/clash - New directory

Re: Axis and .NET inetrop failure due to WSDL4J!!

2002-02-02 Thread Russell Butek
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