Skip to main content

SOAPConnection

@prismatic-io/spectral"clients/soap/types"SOAPConnection

SOAPConnection takes standard connection fields, and adds an optional wsdlDefinitionUrl field.

Hierarchy#

Index#

Properties#

Properties#

configVarKey#

configVarKey: string

Inherited from Connection.configVarKey

Defined in packages/spectral/src/types/Inputs.ts:221

Key for the Config Variable hosting this Connection.


Optional context#

context? : Record‹string, unknown›

Inherited from Connection.context

Defined in packages/spectral/src/types/Inputs.ts:225


fields#

fields: object

Overrides Connection.fields

Defined in packages/spectral/src/clients/soap/types.ts:9

Type declaration:#

  • [ key: string]: unknown

  • wsdlDefinitionUrl? : undefined | string


key#

key: string

Inherited from Connection.key

Defined in packages/spectral/src/types/Inputs.ts:219

Key of the Connection type.


Optional token#

token? : Record‹string, unknown›

Inherited from Connection.token

Defined in packages/spectral/src/types/Inputs.ts:224