getEnvelope method

Envelope getEnvelope(
  1. Body body
)

XML for the SOAP envelope

Implementation

Envelope getEnvelope(Body body) => Envelope(body: body, header: Header());