zap-cdk
    Preparing search index...

    Interface ISOAP

    Interface representing the configuration for a SOAP service. ISOAP

    interface ISOAP {
        wsdlFile?: string;
        wsdlUrl?: string;
    }
    Index

    Properties

    Properties

    wsdlFile?: string

    Local file path of the WSDL, default: null.

    wsdlUrl?: string

    URL pointing to the WSDL, default: null.