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
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