I've been reading the documentation and working out some sample code using org.springframework.remoting.httpinvoker.HttpInvok erServiceExporter.
Can someone clarify that in Spring 2.0 I can still only hava Javs-Spring clients for HttpInvokerServiceExporter? Is it correct that there is not a means I can use to expose my beans over HTTP as XML?
I'd really like to be able to do this from a non-Java client and have Spring manage my server-side beans. I realize a web service would help here but I'd like to do XML over HTTP.
Please Help.
Can someone clarify that in Spring 2.0 I can still only hava Javs-Spring clients for HttpInvokerServiceExporter? Is it correct that there is not a means I can use to expose my beans over HTTP as XML?
I'd really like to be able to do this from a non-Java client and have Spring manage my server-side beans. I realize a web service would help here but I'd like to do XML over HTTP.
Please Help.
Comment