Versions Compared

Key

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

...

Once you saved the Controller record , the Controller Generated Classes fields will be automatically updateget updated.

Controller Routes Tab:

Controller routes  defines how URL looks like and how to access controller endpoint.You can add multiple controller routes. Field are  

...

  •  Name: Controller Configuration Name
  •  Controller: Select Controller name that you have generated from list.
  •  Authorization Plugin:  you You can select autherization plugin if you need to provide autherization.
  •  Caching Policy:  Currently two types of cache policies are available. Nocaching for not to support cache policy and YearCaching which is along with timecache policy.You can set caching policy          attribute by passing number of year.
  •  Require Authentication: If checked it means it require valid authentication token for SOA. if not then controllers can be called without any credenticals.
  •  Allow Anonymous: If checked it allows anonymous user to access end point.

...

       5. Now you need to set Service Application in web service for that controller collection. For this you need to add record of Controller Configuration Collections that you have created.

...