Application Services Interface Reference > Application Services Interfaces (ASIs) > ASIs and Web Services >

Protocols Used with ASIs


ASIs support the standard XML envelope for Web Services and SOAP. Siebel applications support two types of SOAP protocols—SOAP-Remote Call Procedure (RPC) and SOAP-DOC. If an inbound ASI supports an industry standard other than the protocols that Siebel Systems supports, the ASI cannot be defined as an inbound Web Service. The ASI must be defined and supported through the existing EAI framework.

Table 5 lists the various types of transport and protocols available. The Null Protocol implements a loopback—a call back into the Siebel servers. Any method arguments passed using the Null Protocol or that are not directly specified are forwarded to the local business service or local workflow. When testing an ASI, you can use the File protocol.

Table 5.  Protocols
Transport
SOAP-RPC
SOAP-DOC
Null

HTTP

Inbound/Outbound

Inbound/Outbound

N/A

MQ

Inbound/Outbound

Outbound

N/A

MSMQ

Inbound/Outbound

Outbound

N/A

Local Business Service

Inbound/Outbound

N/A

N/A

Local Web Service

Outbound

Outbound

Outbound

Local Workflow

Outbound

Outbound

Outbound

File

Outbound

Outbound

Outbound

Application Services Interface Reference