Hi Isomorphic,
is it possible to get a RestDataSource via clientside static DataSource.get(String)? This means that the DataSource must have been loaded before using the DataSourceLoader-servlet.
I'd like to define the fields and operation bindings as I'm used to in XML, then perhaps modify the DataSource (especially transformRequest() / transformResponse()) on the clientside.
If so, is there some special documentation for this?
I'm asking as neither the RestDataSource samples in the LGPL showcase nor the WSDL samples in EE showcase use this technique.
Thank you & Best regards
Blama
is it possible to get a RestDataSource via clientside static DataSource.get(String)? This means that the DataSource must have been loaded before using the DataSourceLoader-servlet.
I'd like to define the fields and operation bindings as I'm used to in XML, then perhaps modify the DataSource (especially transformRequest() / transformResponse()) on the clientside.
If so, is there some special documentation for this?
I'm asking as neither the RestDataSource samples in the LGPL showcase nor the WSDL samples in EE showcase use this technique.
Thank you & Best regards
Blama
Comment