Hello,
How to connect to MVC application eg ASP.NET C# to import data from web service? From Business Central Cloud it is not possible to connect to the server due to restrictions, so I need to use an offline "bridge" to import data from the Web Service. Is there a way to do the above approach?
The image above is a diagram of the approach
Answers
For this scenario the way is that that local .NET application be a Web Service too, because from BC Cloud you can't call an external program.
Regards.