Using
com.isomorphic.pe
3.1p.2013-01-31
and executing on the server:
DSRequest dsRequest = new DSRequest("MydatasourceID, "fetch");
final DSResponse dsResponse = dsRequest.execute();
it will not apply the velocity logic within the required attribute of the operationDefinition for fetch.
Even if I set required="false" it will pass.
com.isomorphic.pe
3.1p.2013-01-31
and executing on the server:
DSRequest dsRequest = new DSRequest("MydatasourceID, "fetch");
final DSResponse dsResponse = dsRequest.execute();
it will not apply the velocity logic within the required attribute of the operationDefinition for fetch.
Even if I set required="false" it will pass.
Comment