SOAP
Bozo Juretic
bjuretic at inet.hr
Sat Aug 15 02:41:07 EDT 2009
Hi there,
are there any examples somewhere, or could someone just provide some
hints on implementing SOAP using the existing netty http client? The
reason for doing this is that I have a complex netty-based module which
talks to different legacy protocols using simple request-response
messages, does reconnects, sends heartbeat messages etc. but I would
also like to have a capability of connecting to SOAP-based service
providers using the same aforementioned general application
infrastructure, to make some of high-level tasks that need to be done
easier, i.e. initializing all connections, sending heartbeats, getting
statistics etc.
So the situation is like this:
application <-> netty < 1:N > legacy binary protocol OR SOAP/HTTP
Thanks for all the answers,
Bozo
More information about the netty-users
mailing list