there is object call Options in Client package,
1)create instance of that object
2) set your values in to it
3) set it to Call with setClientOptions(..)

Thanks
Srinath

On 12/2/05, Dittmann, Werner <[EMAIL PROTECTED]> wrote:
> Ruchith, all
>
> having dowloaded the latest version of Axis2 jars (0.93 SNAPSHOT)
> and try to compile the policy stuff that uses fairly up-to-date
> Axis2 version (somewhat near 0.93). However, I can't compile
> it. Pls see snippet:
> ...
> Call call = new Call();
> call.setWsaAction("http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata
> /Request");
> call.setTo(new
> EndpointReference("http://localhost:8080/axis2/services/PolicyService";))
> ;
>
> call.setTransportInfo(Constants.TRANSPORT_HTTP,
>                 Constants.TRANSPORT_HTTP, false);
>
> ...
>
> Axis2 0.93 SNAPSHOT does not support the above setXXX for Call anymore.
> It seems a there was a major change in the programmer's API.
> Are these things gone? Where are they now?
>
> Regards,
> Werner
>

Reply via email to