How to create web service without saving data into new business object?
Oct 11, 2017 at 07:13 AM|46 Views | Last edit Oct 11, 2017 at 07:17 AM 2 rev.
Hello,
I want to achieve the following:
1. Call SAP BYD SOAP web service from external application and pass in some query parameters.
2. Execute some business logic inside BYD using the parameters passed in from the external web service call.
3. Get answer from this custom business logic
How would I do this in the Cloud Application Studio?
Should I still create a BO, define fields in the BO, execute the logic inside the action? But then I need to save the data into the BO to be able to execute read operation on this BO right? And I would need to make 2 operations - create, read.
How can I execute the query in run time and and without 2 web service operations? Is there any way?
Add comment