Hello
I have a number of services that I'm exposing to the world with XStream. I have a few services that have richer interfaces, that I would like to expose as well. Is there any way of 'automatically' converting particular types into streamed XML (through XStream, for example), or am I always better off just creating a web-service facade that has an interface more appropriate for 'remote' users, which could (for example) relieve some of the complexity by returning proxy identifiers to objects stored in the session ?
