Skip to main content
15-Moonstone
March 28, 2022
Solved

Binding services from datatable

  • March 28, 2022
  • 1 reply
  • 998 views

Hi all,

Is there any disadvantage if we bind the services from datatable directly on mashups? 

 

Thank you!!

Best answer by Mukul_467346

I don't think there is a disadvantage, but it's good to have a wrapper, especially for the services used in data transactions from DB. Moreover, if you have a wrapper service, then you can also handle inputs and outputs according to your need and use case.

 

 

 

Thanks,

Mukul

1 reply

1-Visitor
March 29, 2022

I don't think there is a disadvantage, but it's good to have a wrapper, especially for the services used in data transactions from DB. Moreover, if you have a wrapper service, then you can also handle inputs and outputs according to your need and use case.

 

 

 

Thanks,

Mukul

15-Moonstone
March 31, 2022

Thank you @Mukul_467346 for your response!