WeGA-WebApp icon indicating copy to clipboard operation
WeGA-WebApp copied to clipboard

API: enhance XML output

Open peterstadler opened this issue 6 years ago • 1 comments

especially arrays are output without a wrapper element

peterstadler avatar Aug 20 '19 06:08 peterstadler

implies several steps:

  • add information about XML element names, namespaces, wrapping, etc. to the OpenAPI specification, see https://swagger.io/specification/#xml-object
  • add support in local:serialize-xml() in the controller
  • check whether other software (e.g. ant calls) are affected by the change of the XML format
  • finally add official XML support to the response objects of the OpenAPI specification, see https://swagger.io/specification/#response-object

peterstadler avatar Jan 26 '22 13:01 peterstadler