vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface SoapResponse

    Simple SOAP response

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

    Properties

    Properties

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