Concept: Transport Bindings
Transport bindings are optional child elements that you can configure on out-transports in Studio. Transport bindings enable out-transports to support web services in a specified format.
Example: you can configure a
rest-binding
child element on an http-out
transport when you want to invoke a RESTful web service.You can configure transport bindings on these out-transports:
- http-out
- ftp-out
- ftps-out
- sftp-out
- xmpp-out
- custom-out
- email-out
Studio supports these transport bindings:
Transport Binding | Description | Notes |
|---|---|---|
rest-binding
| Enables you to invoke RESTful web services using HTTP request methods. | Supports these HTTP methods:
|
wsdl-http-binding
| Enables you to invoke web services using HTTP request methods and a WSDL file. | Supports these HTTP methods:
|
wsdl-soap-binding
| Enables you to invoke SOAP-based web services using HTTP request methods. | Supports these HTTP methods:
Supports these child elements
|