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:237

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:241


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:235

Key of the Connection type.


Optional token

token? : Record‹string, unknown›

Inherited from Connection.token

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