Hi All, I'm trying to use Tuscany's rest binding to invoke a REST web service operation that return values using a custom header. But it looks like the custom header values are not returned by the rest binding classes and there's no way right now to add a custom JAX-RS provider to parse the response. Is my understanding correct?
The existing binding.rest does add two custom JAX_RS providers - DataBindingJAXRSReader and DataBindingJAXRSWriter - which hookups the Tuscany runtime's data binding framework and allows them to read and transform the request and response bodies, but there's no explicit support for parsing custom headers, right? Thanks Anuj
