Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Validation if database correctly executed

3741383Sep 3 2018 — edited Feb 26 2020

hello good day everyone,

So I have a java code like this

MessageExceptionDTO result = obatService.ObatDelete(obat);

if (result.isSuccess()) {

entity = ShareMethod.getResponse(HttpStatus.OK, result.getMessage());

} else

entity = ShareMethod.getResponse(HttpStatus.NOT_MODIFIED, result.getMessage());

So that's for success code if the application successfully deletes from the database, is there any way to make this in BPEL?

This post has been answered by Martien van den Akker on Sep 13 2018
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2018
Added on Sep 3 2018
6 comments
212 views