Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Concept: Transport Bindings

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:
  • GET
  • PUT
  • POST
wsdl-http-binding
Enables you to invoke web services using HTTP request methods and a WSDL file.
Supports these HTTP methods:
  • GET
  • PUT
  • POST
wsdl-soap-binding
Enables you to invoke SOAP-based web services using HTTP request methods.
Supports these HTTP methods:
  • GET
  • PUT
  • POST
Supports these child elements
  • custom-policy
  • ws-rm
  • ws-security
  • ws-ut