Skip to main content

SOAPRequest

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

Overload the soapRequest function to take a variety of types of arguments.

Hierarchy

  • SOAPRequest

Callable

▸ (params: RequestParams): Promise‹SOAPResponse

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

Overload the soapRequest function to take a variety of types of arguments.

Parameters:

NameType
paramsRequestParams

Returns: Promise‹SOAPResponse

▸ (params: RequestParams, methodParams: Record‹string, unknown›): Promise‹SOAPResponse

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

Overload the soapRequest function to take a variety of types of arguments.

Parameters:

NameType
paramsRequestParams
methodParamsRecord‹string, unknown›

Returns: Promise‹SOAPResponse

▸ (params: RequestParams, methodParams: undefined): Promise‹SOAPResponse

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

Overload the soapRequest function to take a variety of types of arguments.

Parameters:

NameType
paramsRequestParams
methodParamsundefined

Returns: Promise‹SOAPResponse