Transport class
Utility class for interacting through the SOAP protocol
- Mixed-in types
-
- UiLoggy
Constructors
- Transport.new({required Dio dio, required AuthInfo authInfo})
Properties
Methods
-
envelope(
XmlDocumentFragment? header, XmlDocumentFragment body) → XmlDocument - XML for the SOAP envelope
-
getSecurityHeader(
{Authorization? authorization}) → XmlDocumentFragment -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
securedEnvelope(
XmlDocumentFragment body) → XmlDocument - XML for the SOAP envelope
-
sendRequest(
Uri uri, XmlDocument requestData) → Future< Envelope> -
Send the SOAP
requestData
to the givenurl
endpoint. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited