I briefly read the draft. My impression is that it tries to come up some
sort of poor-man's Web Service support over HTTP using RPC style (tunneling
the invocations over HTTP). What are the advantages over SOAP/HTTP or
JSONRPC/HTTP? I'm wondering if it would be better to focus on the REST style
by mapping HTTP methods into a set of business operations that deal with
resources.
Thanks,
Raymond
From: ant elder
Sent: Wednesday, October 22, 2008 3:50 AM
To: dev@tuscany.apache.org
Subject: Draft OASIS spec for binding.http
A draft spec for an HTTP binding has been posted to the OASIS bindings
mailing list -
http://lists.oasis-open.org/archives/sca-bindings/200810/msg00078.html
It has some interesting things such as using the new wireFormat element and
the suggestion that you could extend that for atom and json support. I'm
interested in doing an implementation of this spec, anyone interested in
helping?
...ant