users@jax-ws.java.net

HTTP Binding - Support for "GET"?

From: Mark Hansen <mark_at_javector.com>
Date: Mon, 28 Nov 2005 21:56:56 -0500

The JAX-WS 2.0 specification doesn't mention whether or not the HTTP
Binding should or must or must not support HTTP GET. However, the
current RI seems to only support POST. Also, there doesn't seem to be
any API level way to specify a GET.

Can anyone clarify this for me? Is there a way to do an HTTP GET
request using JAX-WS and the HTTP Binding?

Is seems that there should be, as it is common for RESTful services to
be implemented using GET.

- Mark