Transports and Interfaces: Siebel eBusiness Application Integration Volume III > EAI Transports and Interfaces Overview >

EAI Transports


Transports allow Siebel applications to exchange data with external applications using standard technologies for both synchronous and asynchronous communication protocols.

In Siebel 7.5 and higher, transports handle all data as binary data because the IsTextData parameter that was available in previous releases is no longer supported. If you want to use character conversion on the transport, you should use the CharSetConversion parameter. Handling the data as binary defers any character set conversion until needed, and avoids conversion at the transport level to prevent data corruption. For example, treating a UTF-8 XML as text when the conversion executes leads to an XML string in local code page, while its header still describes UTF-8. You should treat all self-describing data including XML as binary.

Character conversion argument is available in a number of business services. These business services are:

When business services are invoked from a workflow process, the valid set of encodings is controlled by a picklist. If the business services are invoked through scripting or similar mechanisms, the character set name is supplied textually.

NOTE:  For data validation or conversion from one encoding to another, you can use the Transcode Business Service if needed. For details on the Transcode business service, its method and supported character sets, see Global Deployment Guide.

Transports provide connectivity to virtually any communication protocol that can represent data as text or binary messages, including MQSeries from IBM, MSMQ from Microsoft, and HTTP. EAI Transports allow Siebel eBusiness Applications to integrate with Web-based applications as well as legacy systems that are encapsulated using middleware. Transports are interchangeable. If you change technologies at any point, you can reuse existing workflow processes and logic by switching the transport adapter.

Transports can:

Available transports include:

NOTE:  EAI MQSeries Server/AMI Transport, EAI MSMQ Transport, and EAI File Transport business services are not re-entrant. For more information on transport re-entrance, see EAI MQSeries Transport Re-Entrance.


 Transports and Interfaces: Siebel eBusiness Application Integration Volume III 
 Published: 23 June 2003