I find myself looking at creating a service where I want a return
value which is, in fact, an XML document. I don't want any binding, I
don't even want a DOM tree. Essentially, I want an MTOM binding on a
byte[] of XML so that I can do whatever I need to do with it. (As it
happens, I'm sticking my toe into RDF).

Just declare byte[] and use the usual MTOM setup technique?

Reply via email to