Hi Oleg, > There's an ongoing discussion on Axis2 lists regarding an SIP transport > for Axis2: > > http://www.nabble.com/-Axis2--SOAP-over-SIP-td14427627.html
Interesting. > We already provide limited support for SIP in core, don't we? Is it the > same thing we worked on a while ago? Theoretically - yes. I've refactored the parsing to make sure that we can substitute the protocol specification HTTP/1.1 with SIP/2.0. Unfortunately, I never had the time to verify that it works. One of the many things that I thought I could take care of between christmases. With a SipProtocol class and modified parser factories, both core-main and core-NIO should be able to send and receive SIP messages instead of HTTP messages. The basic framework of the o.a.http.protocol package can be re-used too, though specific protocol handlers will be required. Of course there's no way we're going to implement anything close to a Siplet container. But the NIO-based transport doesn't rely on a Servlet container either, does it? So yes, it should be possible to build something on HttpCore. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
