Hello everyone,
I have two application, first one for UI/UX and second one (service) for integration to core only contain REST Service.When i want to integrate the second app to the first app, i can't find the second app from dependencies manager. I can only see server action to integrate, but no REST Service. Did i make a mistake?
thanks
Hi Agung,
Please refer to this documentation about Services: https://success.outsystems.com/Documentation/11/Developing_an_Application/Reuse_and_Refactor/Use_Services_to_Expose_Functionality
Exposing a Service Action generates a weak dependency from the consumer to the producer module, in a loosely-coupled way.
Kind regards,
Nordin