Hi, I need to send plain XML over HTTP and was wondering if there's anything available, before developing my own remoting strategy (using dispatcher servlet and the available infrastructure).
I know there are other solutions available like hessian, but the client platform doesn't support it.
Also, I don't want to use web services because of the simple nature of the communications.

Has anyone tried to do something similar?

Thanks,
Federico.