RE: serialize / desirialize SOAPHeader

2003-07-08 Thread Srinath Perera
Hi All Thanks for Cris and Daniels am in move. I have another prob. When I serialize SOAPHeaderElement ect... I want to serialize custom Object set as objectValue with in the SOAPBodyElement. Ok to do so I have to register Serializer to custom object to the system. I do not want to use wsdd file

cvs commit: xml-axis/java/xmls properties.xml

2003-07-08 Thread dims
dims2003/07/08 18:28:46 Modified:java/xmls properties.xml Log: 1.1 -> 1.2dev Revision ChangesPath 1.44 +2 -2 xml-axis/java/xmls/properties.xml Index: properties.xml === RCS file: /home/

cvs commit: xml-axis/java/src/org/apache/axis/i18n resource.properties

2003-07-08 Thread rkellogg
rkellogg2003/07/08 18:25:36 Modified:java/src/org/apache/axis/wsdl/toJava JavaClassWriter.java java/src/org/apache/axis/i18n resource.properties Log: Updated to include Axis version number and build information in Java classes generated by JavaClassWriter which is use

cvs commit: xml-axis/java/src/org/apache/axis Version.java

2003-07-08 Thread rkellogg
rkellogg2003/07/08 18:11:21 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis Version.java Log: Added new getVersionText method and associated resources. This method is intended for display within the Axis tools, etc. Revision

DO NOT REPLY [Bug 20109] - WSDL2Java "soapenc" instead of "xsd" for boolean and long

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18409] - Throwable not mapped correctly

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19327] - Character entities are escaped too aggressively

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18409] - Throwable not mapped correctly

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 19327] - Character entities are escaped too aggressively

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21394] - Possible datetime deserialization bug

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21394] - Possible datetime deserialization bug

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21394] - Possible datetime deserialization bug

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21394] - Possible datetime deserialization bug

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21389] - WSDL2Java complex type array handling broke in v1.1 (worked in v1.0)

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java SOAPBody.java SOAPFault.java SOAPHeader.java Text.java

2003-07-08 Thread dims
dims2003/07/08 11:27:58 Modified:java/src/javax/xml/soap AttachmentPart.java MessageFactory.java Node.java SOAPBody.java SOAPElement.java SOAPFault.java SOAPHeader.java SOAPMessage.java SOAPPart.java Text.java

Re: SAAJ 1.2 Upgrade ?

2003-07-08 Thread Davanum Srinivas
Heejune, MessageElement will implement org.w3.dom.Node and SOAPPart will implement org.w3.dom.Document interface. We cannot extend xerces internal classes as this will cause MAJOR problems when people want to use other parsers. Can you PLEASE help us at Axis to implement SAAJ 1.2? I can check i

Re: how to monitor the progress of the attachment part

2003-07-08 Thread Steve Loughran
Vijayender wrote: Developer Community, Could you kindly tell me how to implement streaming using SOAP messages and attachment parts. I want to watch the progress of the file/message thats getting transfered from server to the client. Nobody has implemented that -yet. This could be an opportunity t

cvs commit: xml-axis/c/src/server/catalina libAxiscpp.cpp libAxiscpp.dsp libAxiscpp.dsw libAxiscpp.h

2003-07-08 Thread lilantha
lilantha2003/07/08 06:48:16 Added: c/src/server/catalina libAxiscpp.cpp libAxiscpp.dsp libAxiscpp.dsw libAxiscpp.h Log: Add Tomcat support with JNI to invoke axis-cpp shared lib from Tomcat servlet container Revision ChangesPath 1.1

cvs commit: xml-axis/c/src/server/catalina AxisCppContentHandler.h AxisCppContentHandler.java AxisCppServlet.java

2003-07-08 Thread lilantha
lilantha2003/07/08 06:31:40 Added: c/src/server/catalina AxisCppContentHandler.h AxisCppContentHandler.java AxisCppServlet.java Log: Add Tomcat support with JNI to invoke axis-cpp shared lib from Tomcat servlet container Revision ChangesPath 1.1

DO NOT REPLY [Bug 19327] - Character entities are escaped too aggressively

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Calling for Participation: Axis C++ SOAP implementation

2003-07-08 Thread susantha
Hello Axis Developers and Users, There is now a C++ SOAP implementation underway in the Axis project (http://ws.apache.org/axis). We would like to invite everyone to come join us in that work! The C++ SOAP implementation plugs directly into HTTPD via a new module, mod_axis. The implementation sup

DO NOT REPLY [Bug 19327] - Character entities are escaped too aggressively

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

how to monitor the progress of the attachment part

2003-07-08 Thread Vijayender
Developer Community, Could you kindly tell me how to implement streaming using SOAP messages and attachment parts. I want to watch the progress of the file/message thats getting transfered from server to the client. Thanks in anticipation, vijayender

cvs commit: xml-axis/c inc.mk platform.mk

2003-07-08 Thread damitha
damitha 2003/07/08 05:28:00 Modified:cinc.mk platform.mk Log: Revision ChangesPath 1.2 +0 -4 xml-axis/c/inc.mk Index: inc.mk === RCS file: /home/cvs/xml-axis/c/inc.mk,v retrievi

DO NOT REPLY [Bug 21389] - WSDL2Java complex type array handling broke in v1.1 (worked in v1.0)

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/c/src/wsdd WSDDDocument.h WSDDService.cpp WSDDService.h

2003-07-08 Thread damitha
damitha 2003/07/08 05:22:53 Modified:c/src/wsdd WSDDDocument.h WSDDService.cpp WSDDService.h Log: Revision ChangesPath 1.3 +3 -3 xml-axis/c/src/wsdd/WSDDDocument.h Index: WSDDDocument.h ===

cvs commit: xml-axis/c/src/engine AxisEngine.cpp HandlerChain.cpp HandlerPool.cpp

2003-07-08 Thread damitha
damitha 2003/07/08 05:22:02 Modified:c/src/engine AxisEngine.cpp HandlerChain.cpp HandlerPool.cpp Log: Revision ChangesPath 1.3 +6 -1 xml-axis/c/src/engine/AxisEngine.cpp Index: AxisEngine.cpp

DO NOT REPLY [Bug 21389] - WSDL2Java complex type array handling broke in v1.1 (worked in v1.0)

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21389] - WSDL2Java complex type array handling broke in v1.1 (worked in v1.0)

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes AxisCpp.java AxisCppHandler.java

2003-07-08 Thread lilantha
lilantha2003/07/08 04:09:00 Removed: c/src/server/catalina/axiscpp/WEB-INF/classes AxisCpp.java AxisCppHandler.java Log: remove

DO NOT REPLY [Bug 21389] - WSDL2Java complex type array handling broke in v1.1 (worked in v1.0)

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes AxisCppHandler.java

2003-07-08 Thread lilantha
lilantha2003/07/08 02:49:12 Modified:c/src/server/catalina/axiscpp/WEB-INF/classes AxisCppHandler.java Log: ISAPI extention Revision ChangesPath 1.2 +1 -1 xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes/AxisCppHandler.java I

cvs commit: xml-axis/c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp

2003-07-08 Thread lilantha
lilantha2003/07/08 02:47:09 Modified:c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp Log: ISAPI extention Revision ChangesPath 1.2 +1 -1 xml-axis/c/src/server/iis/mod_axis_isapi/mod_axis_isapi.cpp Index: mod_axis_isapi.cpp

cvs commit: xml-axis/c/src/wsdl - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:43:29 xml-axis/c/src/wsdl - New directory

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF web.xml

2003-07-08 Thread lilantha
lilantha2003/07/08 02:42:59 Added: c/src/server/catalina/axiscpp/WEB-INF web.xml Log: add - TOm cat JNI handler for server Revision ChangesPath 1.1 xml-axis/c/src/server/catalina/axiscpp/WEB-INF/web.xml Index: web.xml

cvs commit: xml-axis/c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp mod_axis_isapi.def mod_axis_isapi.dsp mod_axis_isapi.dsw mod_axis_isapi.h

2003-07-08 Thread lilantha
lilantha2003/07/08 02:41:35 Added: c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp mod_axis_isapi.def mod_axis_isapi.dsp mod_axis_isapi.dsw mod_axis_isapi.h Log: add - ISAPI handler for server side Revision ChangesPath

cvs commit: xml-axis/c/src/server/iis/mod_axis_isapi - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:41:04 xml-axis/c/src/server/iis/mod_axis_isapi - New directory

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes AxisCpp.java AxisCppHandler.java

2003-07-08 Thread lilantha
lilantha2003/07/08 02:40:48 Added: c/src/server/catalina/axiscpp/WEB-INF/classes AxisCpp.java AxisCppHandler.java Log: add Revision ChangesPath 1.1 xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes/AxisCpp.java Index:

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:40:25 xml-axis/c/src/server/catalina/axiscpp/WEB-INF/classes - New directory

cvs commit: xml-axis/c/src/server/catalina/axiscpp index.html

2003-07-08 Thread lilantha
lilantha2003/07/08 02:40:07 Added: c/src/server/catalina/axiscpp index.html Log: add Revision ChangesPath 1.1 xml-axis/c/src/server/catalina/axiscpp/index.html Index: index.html ===

cvs commit: xml-axis/c/src/server/catalina/axiscpp/WEB-INF - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:39:37 xml-axis/c/src/server/catalina/axiscpp/WEB-INF - New directory

cvs commit: xml-axis/c/src/server/catalina/axiscpp - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:39:13 xml-axis/c/src/server/catalina/axiscpp - New directory

cvs commit: xml-axis/c/src/server/iis - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:39:05 xml-axis/c/src/server/iis - New directory

cvs commit: xml-axis/c/src/server/catalina - New directory

2003-07-08 Thread lilantha
lilantha2003/07/08 02:37:47 xml-axis/c/src/server/catalina - New directory

DO NOT REPLY [Bug 21394] New: - Possible datetime deserialization bug

2003-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu