Is this how you would put together a REST style api using XFire?
Or am I barking up the wrong tree as I guess that REST requires the
use of HTTP GET, POST, DELETE etc.
Dan Diephouse wrote:
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
--
Stuart