Interface IExecuteSoapActionOptions

5.0.4

2023-11-24

interface IExecuteSoapActionOptions {
    action: string;
    actionResultName?: string;
    serviceType: string;
    trace?: boolean;
    url: string;
}

Hierarchy

  • ITraceableOptions
    • IExecuteSoapActionOptions

Properties

action: string

eg: GetExternalIPAddress

actionResultName?: string

eg: NewExternalIPAddress

serviceType: string
trace?: boolean

Warning: Enabling this option in production is not recommended. Sensitive information may be output, use at your own risk!!!

url: string