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:
NONE
Specifies no authentication.
CERTIFICATE
Specifies client certificate authentication. If selected, set the following client keystore parameters:
  • clientKeyStore
  • clientKeyAlias
BASIC
Specifies basic authentication. If selected, set the basic authentication username and password parameters:
  • basicAuthUsername
  • basicAuthPassword
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 Define the name of the client certificate store. It is required if the authType parameter is set to CERTFICATE.
clientKeyAlias PARTNER, SELF Map Define the alias of the client certificate. It is required if the authType parameter is set to CERTFICATE.
basicAuthUsername PARTNER, SELF Map Define the basic authentication username. It is required if the authType parameter is set to BASIC.
basicAuthPassword PARTNER, SELF Map Define the plain text basic authentication password. It is required if the authType parameter is set to BASIC.
messageFormat

PARTNER, SELF Map Define the plain text basic authentication password. It is required if the authType parameter is set to BASIC.
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.

Parent topic: Token module properties