Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
"templateFolder": "Consultingwerk/Templates/BusinessEntityDesigner"

 

Registering the Swagger REST API Services within the '.restapplicationsettings' configuration file

 

Within the 'restapplicationsettings' file, ensure that you have the following entries defined.

 

Code Block
"RestServiceName": "web"
"RestServiceAddress": "\/web\/Resource"
"templateFolder": "Consultingwerk/Templates/BusinessEntityDesigner"


Registering the Web Handler within the PASOE configuration

...