Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

The <TransportOption> element allows implementation-specific properties to be passed into the SOAP transport implementation class, bypassing the usual abstractions that are exposed through normal settings.

This can be a powerful, but dangerous, feature. Used improperly, crashes are quite possible to induce.

Providers

The provider to be configured is specified with the provider attribute.  Two provider values are supported:

Reference

Attributes

Name

Type

Req?

Description

provider"CURL", "OpenSSL"YIdentifies the transport implementation the option is intended to be passed into.
  • No labels