Ajith, Don't these extra functions need to begin with "_" to avoid conflicting with generated operation methods?
-- Tom Jordahl Macromedia Server Development > -----Original Message----- > From: Ajith Harshana Ranabahu (JIRA) [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 5:13 AM > To: [email protected] > Subject: [jira] Resolved: (AXIS2-94) Axis2 stubs do not support > configuring transports info and rest support > > [ http://issues.apache.org/jira/browse/AXIS2-94?page=all ] > > Ajith Harshana Ranabahu resolved AXIS2-94: > ------------------------------------------ > > Resolution: Fixed > > Done. Now the stub base class has the two methods required. The templates > are also updated > > > Axis2 stubs do not support configuring transports info and rest support > > ----------------------------------------------------------------------- > > > > Key: AXIS2-94 > > URL: http://issues.apache.org/jira/browse/AXIS2-94 > > Project: Apache Axis 2.0 (Axis2) > > Type: Bug > > Reporter: Srinath Perera > > Assignee: Ajith Harshana Ranabahu > > > > > This is supported at the Call level, It can be fixed by adding 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 > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira
