Configuring Java CAPS Project Components for Application Adapters

Configuring Siebel EAI Adapter Connectivity Map Properties

This task describes how to set the connectivity map properties of the Siebel EAI Adapter.

Inbound Siebel Adapter Connectivity Map Properties

Details for Siebel servlet configuration are listed in the table.

Table 1–7 Outbound Adapter—Siebel Servlet Configuration

Name 

Description 

Required Value 

eWay URL Mapping

A pattern that defines the set of URLs that the eWay services. 


Note –

LDAP values are not supported.


A valid string. 

The default is /eaiservice/*.

Request Timeout

The maximum time, in milliseconds, that a request remains incomplete before the Adapter voids the request.  

An integer. 

To indicate that the Adapter should wait indefinitely for completion, specify 0 (zero).

Immediate Acknowledgment

An indicator of whether the Adapter responds to a request immediately or if it delegates that responsibility to the service or Collaboration to which requests are routed. 

True or false. 

Specify true if the Adapter should respond immediately. Otherwise, specify false.

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.