Here is an example from my code:
call.addParameter("RequestType",
org.apache.axis.Constants.XSD_STRING,
javax.xml.rpc.ParameterMode.IN);
call.addParameter("Properties",
org.apache.axis.Constants.XSD_STRING,
javax.xml.rpc.ParameterMode.IN);
call.addParameter("Restrictions",
org.apache.axis.Constants.XSD_STRING,
javax.xml.rpc.ParameterMode.IN);
call.addParameter("Result",
org.apache.axis.Constants.XSD_STRING,
javax.xml.rpc.ParameterMode.OUT);
Notice the last one.
Do the addParameters() before you do the call.invoke().
And give up on this forum. No one really answers....
Good luck!
--
Sloan
----- Original Message -----
From: "Brian Dillon (ext. 944)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 5:11 AM
Subject: Has anyone ever tried Axis OUT Parameters
> Hi,
>
> I asked a similar question before but got no response. Has anyone tried to
> get OUT parameters working with SOAP. I have no issue with either IN or
> INOUT. Is there a bug or am I doing something wrong.
>
> Thanks,
>
> Brian
>
>
> **************************************************************************
> The information contained in this e-mail is confidential,
> may be privileged and is intended only for the use of the
> recipient named above. If you are not the intended
> recipient or a representative of the intended recipient,
> you have received this e-mail in error and must not copy,
> use or disclose the contents of this email to anybody
> else. If you have received this e-mail in error, please
> notify the sender immediately by return e-mail and
> permanently delete the copy you received. This email has
> been swept for computer viruses. However, you should
> carry out your own virus checks.
>
>
> Registered in Ireland, No. 205721. http://www.FINEOS.com
> **************************************************************************
>
>