Configuring Java CAPS Project Components for Application Adapters

Outbound Siebel Adapter Connectivity Map Properties

The adapter Connectivity Map consists of the following properties categories.

The adapter property settings define how the properties are used to interact with the Siebel application.

Siebel EAI Settings

Details for Siebel EAI settings are listed in the table.

Table 1–8 Outbound Adapter—Siebel EAI Settings

Name 

Description 

Required Value 

SWEExtSource

Specifies the service that the Siebel Web Engine calls. 

A valid string. 

The default is SEEBEYOND_HTTP_UPDATE.

Other values may include: 

  • SEEBEYOND_HTTP_DELETE

  • SEEBEYOND_HTTP_EXECUTE

  • SEEBEYOND_HTTP_QUERY

  • SEEBEYOND_HTTP_UPDATE

SWEExtCmd

Specifies the external command. 

A valid entry. 

The default is Execute.

HTTP Settings

Details for HTTP settings are listed in the table.

Table 1–9 Outbound Adapter—HTTP Settings

Name 

Description 

Required Value 

Allow cookies

Specifies whether or not cookies sent from servers is stored and sent on subsequent requests. If cookies are not allowed, then sessions are not supported. 

True or False.

The default is True.

Content type

Specifies the default Content-Type header value to include when sending a request to the server. 

 

Accept type

Specifies the parameters for the Accept Type request header.

Any valid string. 

For example, 

  • text/html

  • text/plain

  • text/xml

Encoding

Specifies the default encoding used when reading or writing textual data. 

ASCII.