Amila Suriarachchi wrote:
Here the main idea was to share the same transports between Axis2 and synapse. The idea of an axis2 transport is to use as an adapter between axis2 and the actual transport (i.e http, smtp, JMS etc). In fact Axis2 transport uses respective libraries for these standard transports and hence it is only scoped to use with Axis2.
Then what's the point of having transports as a separate project? The code should just be brought into Axis2. Synapse can use transports as part of Axis2 just as easily as if it were a separate project.
- Dennis