All, I have utilized Stax to implement my XML serialization for my RESTful webservice. I am attempting to also create a SOAP based web service and was wondering if I could re-use my MessageBodyWriter (and underlying XML serialization classes) to write the responses for the SOAP web service as well. I saw in the documentation that I can wrap a JAXB, Aegies, etc data binder for my RESTful service, but haven't seen anything about going the other way. Short of writing my own data binder, is there an easier way to accomplish this? Thanks in advance.
Nicholas Choate
