Guys,

Just a quick note on this, you have to make sure that *all* of the
support APIs on the stub class start with "_" (underscore).  Otherwise
if a service has a method named "setTransportInfo", bad things may
happen.

Yes, we did get this wrong in Axis 1.x.  :-{

--
Tom Jordahl
Macromedia Server Development

> -----Original Message-----
> From: Srinath Perera [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 23, 2005 11:47 AM
> To: [email protected]
> Subject: [Axis2]transport and rest support for the stubs
> 
> hi All;
> 
> Shall we add the followoing  two methods to the stubs and call the
> corresponsing methods of the call object.
> 
> 1) This will let the transport behaviour to be controlled
> public void setTransportInfo(
>         String senderTransport,
>         String listenerTransport,
>         boolean useSeparateListener)
>         throws AxisFault {
>       ....
> }
> 
> 2) add public setDoREST(true){..} to allow the rest support
> Thanks
> Srinath

Reply via email to