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