Simple SOAP response

Hierarchy

  • SoapResponse

Properties

Properties

Envelope: {
    Body?: {
        Fault?: SoapResponseFault;
        [key: string]: any;
    };
    Header?: any;
}

Type declaration