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

2003-02-01 Thread gdaniels
gdaniels2003/02/01 11:17:36 Modified:java/src/org/apache/axis/client Call.java Log: Handle null bodyEl and fix bug noted by Wes Devauld Revision ChangesPath 1.200 +6 -1 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

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

2003-01-08 Thread stevel
stevel 2003/01/08 23:28:33 Modified:java/src/org/apache/axis/client Call.java Log: downgrading enterprise stuff to debug. Revision ChangesPath 1.199 +4 -4 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java

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

2003-01-06 Thread gdaniels
gdaniels2003/01/06 10:30:08 Modified:java/src/org/apache/axis/message SOAPEnvelope.java java/src/org/apache/axis/schema SchemaVersion.java java/src/org/apache/axis/providers/java JavaProvider.java java/src/org/apache/axis/client Call.java Lo

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

2002-10-29 Thread dims
dims2002/10/29 07:56:31 Modified:java/src/org/apache/axis/client Call.java Log: Patch for Bug 13330 - [PATCH] Call.setTimeout description is wrong from [EMAIL PROTECTED] Revision ChangesPath 1.191 +1 -1 xml-axis/java/src/org/apache/axis/client/Call.java

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

2002-10-14 Thread gdaniels
gdaniels2002/10/14 09:51:04 Modified:java/src/org/apache/axis/client Call.java Log: Deprecate "scoped" property methods. All properties use the same bag in the Call now, and these properties all propagate down into the runtime (the way it used to work until a few months ago).

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

2002-10-13 Thread scheu
scheu 2002/10/11 14:16:11 Modified:java/src/org/apache/axis/client Call.java Log: Changed the code in Call.invoke to use less restrictive checking when processing the return. After the existing processing, if the return value is still not found the outParam map is searche

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

2002-09-27 Thread tomj
tomj2002/09/27 13:46:33 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java java/src/org/apache/axis/client Call.java Log: Fix for bug 12883 - handle output only arguments correctly In the doc/lit/wrapped case, we can not count on the first pa

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

2002-09-19 Thread gdaniels
gdaniels2002/09/19 13:32:56 Modified:java/src/org/apache/axis/client Call.java Log: What was that about bulletproofing again? Revision ChangesPath 1.179 +1 -1 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java

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

2002-06-29 Thread gdaniels
gdaniels2002/06/29 10:42:19 Modified:java/src/org/apache/axis/client Call.java Log: A little code cleanup. Revision ChangesPath 1.150 +3 -17 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

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

2002-06-27 Thread stevel
stevel 2002/06/27 16:06:39 Modified:java/src/org/apache/axis/client Call.java Log: timing from costin Revision ChangesPath 1.149 +12 -1 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

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

2002-06-24 Thread scheu
scheu 2002/06/24 10:47:51 Modified:java/src/org/apache/axis/client Call.java Log: TCK Fix: Don't throw an exception for now if the return type is not set...but do log an error Revision ChangesPath 1.147 +4 -1 xml-axis/java/src/org/apache/axis/client/Call.java

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

2002-06-21 Thread scheu
scheu 2002/06/21 11:37:48 Modified:java/samples/jaxrpc GetQuote1.java java/src/org/apache/axis/client Call.java Log: Based on input from Doug Davis and discussions on the chat, we decided to allow modification of any Call object. The addParameter, setReturnTy

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-21 Thread dug
, not MUST. Now, if the TCK decides to treat it as a MUST then we should get _them_ to change not us. :-) -Dug Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java Doug, You can still re-use Call objects

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-21 Thread James M Snell
, for the Lord your God will be with you wherever you go. - Joshua 1:9 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java I'm confused - does this mean we can no longer reuse certain call

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-21 Thread scheu
Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java I'm confused - does this mean we can no longer reuse certain call objects If so, -1!!! We do that all the time! -Dug Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: cvs co

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-21 Thread dug
I'm confused - does this mean we can no longer reuse certain call objects If so, -1!!! We do that all the time! -Dug Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java scheu       2002/06/21 09:

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

2002-06-21 Thread scheu
scheu 2002/06/21 09:49:00 Modified:java/samples/jaxrpc GetQuote1.java java/src/org/apache/axis/client Call.java Log: This fix is required for TCK compliance (Service Test). Problem: When the Call object is set up via the setOperation(...) method, the pa

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

2002-06-18 Thread dims
dims2002/06/18 06:04:22 Modified:java/src/org/apache/axis/client Call.java Log: Fix for Bug 9735 - NullPointerException when xsi:nil="true" response Note: Don't check for isAssignableFrom as JavaUtils.convert takes care of such things. Revision ChangesPath 1.14

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

2002-06-14 Thread dims
dims2002/06/14 14:50:58 Modified:java/src/org/apache/axis/client Call.java Log: Possible fix for Bug #9884 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9884). Revision ChangesPath 1.139 +12 -12xml-axis/java/src/org/apache/axis/client/Call.java Inde

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

2002-06-14 Thread dims
dims2002/06/14 09:43:52 Modified:java/src/org/apache/axis/client Call.java Log: Improve invokeOneWay for TCK compliance. Revision ChangesPath 1.137 +32 -6 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java =

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

2002-06-14 Thread dims
dims2002/06/14 10:02:06 Modified:java/src/org/apache/axis/client Call.java Log: Throw IllegalArgumentException in getProperty for TCK compliance. Revision ChangesPath 1.138 +6 -6 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java

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

2002-06-13 Thread dims
dims2002/06/13 12:23:15 Modified:java/src/org/apache/axis/client Call.java Log: Set a default for portTypeName Revision ChangesPath 1.135 +5 -5 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-11 Thread Tom Jordahl
Oh great. :-) But *I* still don't like it much. -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java You know

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-11 Thread Tom Jordahl
e it happens to be a type with a string representation. Yuk (or "Le Yuk", as they say here in Paris). --Glen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 3:26 PM Subject: cvs commit: xml-axis/java/src/org/apache/a

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-11 Thread Glen Daniels
al Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 3:38 PM Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java > I'm not going to -1 this, but don't think it's a very good

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-11 Thread Glen Daniels
e with a string representation. Yuk (or "Le Yuk", as they say here in Paris). --Glen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 3:26 PM Subject: cvs commit: xml-axis/java/src/org/apache/axis/client Call.jav

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

2002-06-11 Thread rsitze
rsitze 2002/06/11 06:26:16 Modified:java/src/org/apache/axis/description ServiceDesc.java OperationDesc.java java/src/org/apache/axis/encoding SerializationContextImpl.java java/src/org/apache/axis/wsdl/toJav

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

2002-06-10 Thread rsitze
rsitze 2002/06/10 15:48:33 Modified:java/src/org/apache/axis/client Call.java Log: use accessor methods Revision ChangesPath 1.132 +6 -7 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java =

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-05 Thread Doug Davis
Dims - that fixed it - thanks!! -Dug Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:        Doug Davis/Raleigh/IBM@IBMUS Subject:        Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java Dug, This should fix the problem that you had this morning

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-04 Thread Doug Davis
Thanks - I'll give it a shot. -Dug Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Doug Davis/Raleigh/IBM@IBMUS Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java Dug, This should fix the problem that you had this morning. Thanks, dims --- [

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-06-04 Thread Davanum Srinivas
Dug, This should fix the problem that you had this morning. Thanks, dims --- [EMAIL PROTECTED] wrote: > dims2002/06/04 13:06:59 > > Modified:java/src/org/apache/axis/client Call.java > Log: > - Make sure that getParamList is called from only one spot. > - Fix possible NullP

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

2002-06-04 Thread dims
dims2002/06/04 13:06:59 Modified:java/src/org/apache/axis/client Call.java Log: - Make sure that getParamList is called from only one spot. - Fix possible NullPointerException in getParamList - Fix getParamList such that if RPCParam already exists in the object array it is

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

2002-05-23 Thread dims
dims02/05/23 12:57:54 Modified:java/src/org/apache/axis/client Call.java Log: - Consolidate the location for adding SOAP Headers for fixing Bugzilla Bug 9327 - Cleanup the imports a bit. Revision ChangesPath 1.123 +15 -15xml-axis/java/src/org/apache/axis/cl

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

2002-04-25 Thread gdaniels
gdaniels02/04/25 09:57:38 Modified:java/src/org/apache/axis/client Call.java Log: Set useSOAPActionURI to true when someone sets the SOAPActionURI. Revision ChangesPath 1.117 +1 -0 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ==

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

2002-03-19 Thread rineholt
rineholt02/03/19 06:57:47 Modified:java/src/org/apache/axis/client Call.java Log: For dynamic jaxrpc if parms are added and the WSDL has no return type specified the return type needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exception. Rev

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

2002-03-19 Thread rineholt
rineholt02/03/19 06:03:49 Modified:java/src/org/apache/axis/client Tag: Beta1 Call.java Log: For dynamic jaxrpc if parms are added and the WSDL has no return type specified the return type needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exceptio

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

2002-03-15 Thread gdaniels
gdaniels02/03/15 07:35:07 Modified:java/src/org/apache/axis/encoding XMLType.java java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java java/samples/echo EchoServiceBindingStub.java

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-03-13 Thread Glen Daniels
Yup, in fact we already do this (in RPCProvider). --G > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 10:19 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/cli

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-03-13 Thread R J Scheuerle Jr
CTED] cc: 03/13/2002 12:02 Subject: cvs commit: xml-axis/java/src/org/apache/axis/client Call.

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

2002-03-12 Thread gdaniels
gdaniels02/03/12 22:02:46 Modified:java/test/encoding TestArrayListConversions.java java/src/org/apache/axis/client Call.java Log: Add a convenience API to Call to allow specifying a desired return type (i.e. Java class) to which we will attempt to convert the resul

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

2002-03-08 Thread butek
butek 02/03/08 09:27:08 Modified:java/src/org/apache/axis/client Call.java Log: Update the properties comments. Revision ChangesPath 1.90 +13 -5 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java

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

2002-03-05 Thread gdaniels
gdaniels02/03/05 09:20:24 Modified:java/src/org/apache/axis/client Call.java Log: Cache the transport packages we've already added to the system property, and only update when we need to. Revision ChangesPath 1.87 +28 -15xml-axis/java/src/org/apache/axis/clien

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

2002-02-27 Thread tomj
tomj02/02/27 07:50:11 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java java/src/org/apache/axis/encoding DeserializationContextImpl.java java/src/org/apache/axis/client Call.java Log: More type mapping change

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

2002-02-21 Thread tomj
tomj02/02/21 14:16:17 Modified:java/src/org/apache/axis/client Call.java Log: Set the RPCElement encoding style from the call encoding style. There is some question if we want to set the SOAPEnvelope encoding style also. Hopefully Glen can take a look at this and make

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

2002-02-12 Thread rineholt
rineholt02/02/12 04:46:23 Modified:java/src/org/apache/axis AxisEngine.java Message.java java/src/org/apache/axis/client Call.java Log: Allow the attachment implementation to be pluggable. Revision ChangesPath 1.68 +18 -0 xml-axis/java/src/org/apa