Have you tried setting an option on the AxisEngine?
...
AxisEngine clientEngine = svc.getEngine();
clientEngine.setOption(name, value);
...
Your handlers can then read the option. This works for me on beta 2, but if they've disallowed this on the Call object since then it is possible they've disallowed it here as well.
In my opinion, there must be a way to pass parameters even if it means deviating from JAX-RPC.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 25, 2002 3:42 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: RE: Call object and properties once more
>
>
> Hi,
>
> Sorry for asking it once more, but this is getting urgent
> for me.
>
> In the current builds, the property setting in Call object
> has been limited in a way that it only accepts some
> registered properties.
>
> Is there ANY way to send some parameters from the client
> stub to some handler ? The messagecontext object does
> not exist prior to making the call, so that is no
> solution.
>
> Thanx in advance for your answer.
>
>
> Geza
>
>
> P.S. I'm not on dev-list so if you reply, please
> send it on the user-list also.
>