SOA Work wrote:
Hi,

does XFire support document-centric web services?
I mean creating a service without xml-2-java mapping? I want to access the 
message like a dom tree or something.

Yes, we support that. Just declare a Document in your operations instead of some other object:

public void doOperation(Document doc) {
}


thx
Dominik

p.s.: XFire supports 3 different encodings of the message: rpc-lit, doc-lit and 
wrapped right?
There would be rpc/envoded which should be avoided (WS-I) and doc-encoded which 
normally isn't used
Correct. We don't support RPC/encoded as its deprecated by WS-I.
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to