- ABP Framework version: v4.4.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes/MVC
I have a tiered MVC application and also purchased the commercial license. I am trying to utilize the 'application services' defined by the other modules (both pro and non pro) from my tiered MVC application. There are times I want to call these services from both Javascript AND C# code directly and it is not clear by the ABP documentation how this is achieved.
What do I need to set in my MVC application in order to call a ABP service directly from C# and Javascript?
4 Answer(s)
-
0
Hello
I suggest you start with the documention.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Dynamic-JavaScript-Proxies https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients
-
0
Thanks for sending the links over that I have already read through previously. However you did not answer my question.
I am trying to utilize the 'application services' defined by the other modules (both pro and non pro) from my tiered MVC application, What do I need to set in my MVC application in order to call a ANOTHER modules ABP service directly from my module's C# and Javascript code?
-
0
You can check the module that can be called in your project, and search for it in the entire solution.
-
0
Support unable to answer my question