hi Simon, Thank you very much for your help ! The setReturnType() method describes the return type in response message, since the Axis' message is self-describing, I can throw it away : )
Thanks again ! - sukie ----- Original Message ----- From: "Simon" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, June 13, 2006 4:40 PM Subject: Re: Is there any reason I must invoke Call.addParameter() method? > Hi sukie, > > Have a read here: > > http://ws.apache.org/axis/java/user-guide.html#InteroperatingWithUntypedServers > > It explains the situations where calling setReturnType is required. > > Cheers, > > Simon. > > On 6/13/06, 蘇 軼(CEC) <[EMAIL PROTECTED]> wrote: > > hi all, > > > > I'm using Axis1.4 and found that Call.invoke() always succeeds > > whatever I invoke Call.addParameter() method or not, also the > > Call.setReturnType() method. > > > > Is there any reason I must use the both methods ? > > > > Any help or web resources would be greatly appreciated ! > > > > - sukie > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
