endpointReference static method

XmlDocumentFragment endpointReference()

XML for the endpointReference

Implementation

static XmlDocumentFragment endpointReference() {
  Transport.builder.element('GetEndpointReference', nest: () {
    Transport.builder.namespace(Xmlns.tds);
  });

  return Transport.builder.buildFragment();
}