Month: November 2018

Updating a swagger file in BW6

There are two ways to deal with swagger files in BW6:

  • Top down. Top down means that you create a swagger file that is to be imported in BW6. The resources are generated using this swagger.
  • Bottom up. Bottom up means that you create stand alone xsd files and create your restful resources based on these. 

This procedure ONLY applies when you initial used the Top down approach!! If you initially used the bottom up approach, the swagger is generated. In that case it can only be updated by modifying the xsd files.

 

Continue reading