Inbound REST API Siebel 19 Issue
Hi Experts,
I'm facing the following issue.
I want to test an inbound rest service I have created in siebel, but apparently I'm doing something wrong.
These are the steps I have followed:
1) I have created a Custom IO that has one level and cardinality One. It has 4 fields.
2) I have created a Custom BS, with a method, that has an Input named "parameters", that references the Custom IO of step 1) and is of type Hierarchy. The method has a script that invokes a WF. This WF receives as input the Json I am sending when I invoked the BS via REST.