Hello,
I am new to OS , can anyone tell me what is the difference between service and server action
thanks in advance
Hello Omkar.
Server action:In OutSystems, exposing a Server Action generates a strong dependency from the consumer to the producer module, in a tightly-coupled way.
Service action: In OutSystems, a Service Action is a REST based remote call to another process, but its usage is very similar to public Server Actions.Exposing a Service Action generates a weak dependency from the consumer to the producer module, in a loosely-coupled way.
I hope this helps you
cheers
Hi Omkar,
This question has been asked and answered before on this Forum. Please check out the following posts.
Also go through the official documentation for more information. In the documentation is also explained what to consider when you need to choose between server actions and service actions.
Regards,
Nordin
and also for more information abt this you can take a look on this document:https://success.outsystems.com/Documentation/11/Developing_an_Application/Reuse_and_Refactor/Use_Services_to_Expose_Functionality