getServiceCapabilities static method
XML for the getServiceCapabilities
Implementation
static XmlDocumentFragment getServiceCapabilities() {
Transport.builder.element('GetServiceCapabilities', nest: () {
Transport.builder.namespace(Xmlns.tr2);
});
return Transport.builder.buildFragment();
}