We've got working client for SOAP over TCP protocol. It was tested with .Net service. It still needs some improvments and more documentation but my second task for GSoC is writting server side so I have to hurry up. I need a piece of advice about SOAP/TCP server side design. I'm thinking about using MINA together with CXF inside Spring. In architecture guide there's just few words about destinations. I know that I have to write DestinationFactory and Destination classes. Are there any other nessesary classes? How I have to register my DestinationFactory so that it would be avaiable from DestinationFactoryManager?
-- Krzysztof Wilkos
