Hi everyone, Is there anyway combine the rpc and message styles?
What I would like is to have a method signature something like this: Document doSomething(CustomRequest req); I will be using the data in the CustomRequest to interface with an existing application that returns a DOM document and I don't want to manually marshal it into beans just to have it get unmarshaled again. Also it would be nice to be able to return the String representing the DOM document so I could do some caching to a file or db and not need to reparse the xml again. Thanks, Jason