Fw: Apache SOAP 2.3 Release Schedule

2002-05-13 Thread Sanjiva Weerawarana
If the Apache SOAP committers can please help with this it'll be appreciated. All the bugs have been fixed already (except for like 2, one of which is new). The code's very stable as usual .. the docs have been updated and its ready to go. Bye, Sanjiva. - Original Message - From: "Will

Incorrect namespace utilization in parameters problem?

2002-05-13 Thread Murrell, Aaron
Title: Incorrect namespace utilization in parameters problem? In trying to create an AXIS based client that consumes a .NET web service I have encountered an issue that deserves some attention.  It relates specifically to the Interoperability to .NET web services and possibly an incorrect imp

how do you access fault information in a handler

2002-05-13 Thread Pathak, Sanjesh
Hi Axis Developers, How can I access fault information (faultcode, fault string and fault details) in the onFault method of a handler? For example, I tried to get the fault code this way: Element faultElem = msgContext.getResponseMessage().getSOAPEnvelope().getAsDOM(); NodeList nl = faultElem.

cvs commit: xml-axis/java/docs messagetree.jpg

2002-05-13 Thread glyn
glyn02/05/13 08:14:25 Added: java/docs messagetree.jpg Log: Add parse tree picture to arch. guide. Revision ChangesPath 1.1 xml-axis/java/docs/messagetree.jpg <>

cvs commit: xml-axis/java/docs SAXHandlerClasses.jpg SAXhandlers.jpg architecture-guide.html messagemodelclasses.jpg

2002-05-13 Thread glyn
glyn02/05/13 08:12:10 Modified:java/docs architecture-guide.html messagemodelclasses.jpg Added: java/docs SAXHandlerClasses.jpg SAXhandlers.jpg Log: Describe DeserializationContextImpl and related classes used to build SAX parse trees. Revision ChangesPath

cvs commit: xml-axis/java/test/wsdl/types DynamicProxyTestCase.java

2002-05-13 Thread dims
dims02/05/13 07:49:01 Modified:java/src/javax/xml/rpc Call.java Service.java Stub.java java/src/javax/xml/rpc/encoding Deserializer.java DeserializerFactory.java SerializerFactory.java java/src/javax/xml/rpc/handler HandlerRegist

[GUMP] Build timed out - Axis

2002-05-13 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last

cvs commit: xml-axis/java/test/encoding TestAttributes.java TestBeanDeser.java TestDeser.java TestRoundTrip.java TestSer.java

2002-05-13 Thread dims
dims02/05/13 06:11:34 Modified:java/src/javax/xml/rpc/encoding TypeMapping.java TypeMappingRegistry.java java/src/javax/xml/rpc/handler GenericHandler.java Handler.java HandlerChain.java HandlerRegistry.java

RE: logging question: catch (Exception) throw AxisFault

2002-05-13 Thread Glyn Normington
Two valid requirements have been mentioned and need to be reconciled: 1. The need to avoid flooding the console log with debug-related messages. 2. The need to avoid losing potentially critical debugging information when an exception occurs (especially if the exception is not wrapped and re-thr