Just fixed this.  Thanks for the catch, Wes!

--Glen

> -----Original Message-----
> From: Wes Devauld [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 31, 2003 8:59 PM
> To: [EMAIL PROTECTED]
> Subject: org.apache.axis.client.Call
> 
> 
> I've been having a problem with Java Client Calls.
> 
> 
> 
> 
> My question is should Call.java:2210 read:
> 
> 
> if (operation != null) returnParamQName = operation.getReturnQName();
> 
> 
> 
> 
> instead of:
> 
> 
> if (operation != null) operation.getReturnQName();
> 
> 
> 
> 
> This will stop the next few lines from thinking the 
> returnType isn't set,
> when it should be.
> 
> 
> 
> 
> Is this a Legit bug?
> 
> 
> 
> 
> -Wes
> 
> 
> 

Reply via email to