Re: Beta Fix candidate on Call.java

2002-03-19 Thread Russell Butek
002 08:30:50 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Beta Fix candidate on Call.java Need to get this fix in to beta 3. Without it dynamic calls seem to be broken. If parms are added and the WSDL has no return type specified this needs to be set to XMLType.

RE: Beta Fix candidate on Call.java

2002-03-19 Thread Glyn Normington
Vaidya, You wrote: >I want to contribute to the development of the Axis as a developer. >Could you guys tell me how do I go about this? Great! Try reading http://xml.apache.org/axis/overview.html and http://jakarta.apache.org/site/getinvolved.html for some clues. It's not hard to find ways to

RE: Beta Fix candidate on Call.java

2002-03-18 Thread Vaidya, Raghavendra (CORP, GEITC)
candidate on Call.java Need to get this fix in to beta 3. Without it dynamic calls seem to be broken. If parms are added and the WSDL has no return type specified this needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exception. *** 955,961 if ( output

Beta Fix candidate on Call.java

2002-03-18 Thread Rick Rineholt
Need to get this fix in to beta 3. Without it dynamic calls seem to be broken. If parms are added and the WSDL has no return type specified this needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exception. *** 955,961 if ( output != null ) message =