HTTP Callout module properties
You can define HTTP Callout module self or partner properties.
| Appliance property | Self or Partner | Mode | Description |
|---|---|---|---|
| uri | PARTNER, SELF | Map | Specifies the endpoint address of the web service. |
| authType | PARTNER, SELF | Map | Specifies the client authentication type:
|
| sslKeyStore | PARTNER, SELF | Map | Specifies the server certificate information. If the uri parameter is an HTTPS endpoint, then set this parameter to point to the truststore that contains the HTTPS certificate of the endpoint. |
| clientKeyStore | PARTNER, SELF | Map | Defines the name of the client certificate store. It is required if the
authType parameter is set to CERTFICATE. |
| clientKeyAlias | PARTNER, SELF | Map | Defines the alias of the client certificate. It is required if the
authType parameter is set to CERTFICATE. |
| basicAuthUsername | PARTNER, SELF | Map | Defines the basic authentication username. It is required if the
authType parameter is set to BASIC. |
| basicAuthPassword | PARTNER, SELF | Map | Defines the plain text basic authentication password. It is required if the
authType parameter is set to BASIC. |
|
messageFormat |
PARTNER, SELF | Map | Defines the message format. Supports XML or WSTrust as values. |
| appliesTo | PARTNER, SELF | Map | If the messageFormat parameter is set to
WSTrust, then set this parameter to the WSTrust applies-to address. This value is
typically formatted as a URL. |
| issuerUri | PARTNER, SELF | Map | If the messageFormat parameter is set to
WSTrust, then set this parameter to the WSTrust issuer address. This value is
typically formatted as a URL. |