Options
All
  • Public
  • Public/Protected
  • All
Menu

SoapDataSourceProperties contains the properties of a SOAP data source definition.

Hierarchy

Index

Properties

id

id: string

The unique identifier of the data source.

name

name: string

The name of the data source.

Optional password

password: undefined | string

The password used to authenticate with the SOAP service.

requireLogin

requireLogin: boolean

A flag that indicates if the SOAP service requires authentication.

serverClass

serverClass: string

The fully-qualified class name of the SOAP server object interface.

type

type: string

The type of the data source. Allowed values are 'jdbc', 'soap', 'text', 'xml', and 'tabular'.

url

url: string

The URL of the SOAP service.

Optional user

user: undefined | string

The user name used to authenticate with the SOAP service.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc