types_src.yamlconfig.soaphandler
#
Interface: SoapHandlertypes/src.YamlConfig.SoapHandler
Handler for SOAP
#
Table of contents#
Properties#
Properties#
basicAuth• Optional
basicAuth: SoapSecurityBasicAuthConfig
Defined in: packages/types/src/config.ts:773
#
operationHeaders• Optional
operationHeaders: object
JSON object representing the Headers to add to the runtime of the API calls only for operation during runtime
#
Type declaration:Defined in: packages/types/src/config.ts:783
#
schemaHeaders• Optional
schemaHeaders: any
JSON object representing the Headers to add to the runtime of the API calls only for schema introspection
You can also provide .js
or .ts
file path that exports schemaHeaders as an object
Defined in: packages/types/src/config.ts:779
#
securityCert• Optional
securityCert: SoapSecurityCertificateConfig
Defined in: packages/types/src/config.ts:774
#
wsdl• wsdl: string
A url to your WSDL
Defined in: packages/types/src/config.ts:772