Base solution for your next web application
Open Closed

RAD tol not creating Service Proxies #4662


User avatar
0
thechrismarsh created

I used the RAD tool to create a new Entity "RealEstate".

The RAD tool does not seem to be creating the <span style="color:#000000">RealEstateServiceProxy</span> class and associated methods like getAll, getRealEstateForEdit, createOrEdit, delete. I assume these should be created in the <span style="color:#000000">service-proxies.ts</span> file.

The RAD tool does update <span style="color:#000000">service-proxy.module.ts</span> and tried to import ApiServiceProxies.RealEstateServiceProxy — but it fails.


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    From the documentation on the RAD Tool:

    Angular developers will have to run NSwag manually

    You can see the files that are created and modified by the tool, near the bottom of the page.