Supported Interactions
Table 36-2 shows the supported verbs, payloads, and operations for the inbound and outbound directions.
Table 36-2 Supported Verbs, Payloads, and Operations
Direction | Verb | Payload Type | Operation | Supported? |
---|---|---|---|---|
Inbound |
GET |
URL-encoded |
One-way |
Yes |
Inbound |
GET |
URL-encoded |
Request-response |
Yes |
Inbound |
GET |
XML |
One-way |
No |
Inbound |
GET |
XML |
Request-response |
No |
Inbound |
POST |
URL-encoded |
One-way |
Yes |
Inbound |
POST |
URL-encoded |
Request-response |
Yes |
Inbound |
POST |
XML |
One-way |
Yes |
Inbound |
POST |
XML |
Request-response |
Yes |
Outbound |
GET |
URL-encoded |
One-way |
No |
Outbound |
GET |
URL-encoded |
Request-response |
Yes |
Outbound |
GET |
XML |
One-way |
No |
Outbound |
GET |
XML |
Request-response |
Yes |
Outbound |
POST |
URL-encoded |
One-way |
No |
Outbound |
POST |
URL-encoded |
Request-response |
Yes |
Outbound |
POST |
XML |
One-way |
No |
Outbound |
POST |
XML |
Request-response |
Yes |
Table 36-3 shows the supported XSD types for the inbound and outbound directions.
Table 36-3 Supported XSDs
Direction | XSD Type | Supported? |
---|---|---|
Inbound |
Simple |
Yes |
Inbound |
Complex |
No |
Inbound |
Native |
No |
Outbound |
Simple |
Yes |
Outbound |
Complex |
No |
Outbound |
Native |
No |
The following HTTP headers are not supported in either the inbound or outbound direction (that is, you cannot access HTTP headers in the composite and set them in the composite):
-
User-agent
-
Content-type
-
Content-length
-
Server
-
Server-port
-
Referrer
-
Authorization
-
MIME-Version
-
Location