The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

DESCRIPTION

Unfortunately the Ikano API schema has xs:sequence everywhere, so we need to have most elements in a particular order. This class solves this problem by extending XML::Simple and overriding sorted_keys to provide the element order for each request.

This is a helper class which should not be used directly. It requires particular options in the constructor (SuppressEmpty) which differ for XMLin and XMLout.