profiles static method

XmlDocumentFragment profiles()

XML for the profiles

Implementation

static XmlDocumentFragment profiles() {
  builder.element('GetProfiles', nest: () {
    builder.namespace('http://www.onvif.org/ver10/device/wsdl');
  });

  return builder.buildFragment();
}