REST Inbound not triggering Business Comp Server Script.
Hi,
We are in the middle of upgrading our old Siebel version IP14 to 18.10
We want to utilize the REST Inbound web service in the new version which is explained in this doc:
https://docs.oracle.com/cd/E88140_01/books/PDF/RestAPI.pdf
One of the interesting aspects is to be able to do GET request and update records with PUT from Siebel Business Objects / Components.
For Account, it looks like this:
https://<servername>/siebel/v1.0/data/Account/Account/
We are able to do GET requests and PUT request that works fine, but we have seen that the business components server scripts are not triggered at all. Meaning rules and such that we have in the Account BC Server Script are not triggered and evaulated.