[XSOData] Using procedures for create/update doesn't work
Closed this issue · 0 comments
ThuF commented
Having the following *.xsodata
configuration with create
and update
operations via procedures doesn't work:
service {
"TEST_SCHEMA"."com.codbex.hdbdd::university.Student" as "Student"
create using "com.codbex.hdbdd.procedures::createStudentProcedure"
update using "com.codbex.hdbdd.procedures::updateStudentProcedure"
}
Where com.codbex.hdbdd.procedures::createStudentProcedure
and com.codbex.hdbdd.procedures::updateStudentProcedure
are HDB procedures.