User GuideReference ManualIntegration Scenarios
 

1.4.12. Http in Gateway

See: Managing Channels - Manage a Channel

With an Http in Gateway, incoming messages are received on a Babelway specific server and processed as soon as they arrive.

To create a Http in gateway, select an existing template or make a copy of the generic Httpin template in the catalogue and following screen will be displayed.

Http in gateway configuration

Figure 1.26. Http in gateway configuration


The following fields should be defined in order to configure your Http in access:

Username

Login or username to access the service .

Password

Password associated to previous username.

HTTPPostURL

using the HTTP Post protocols.

SOAPURL

using the SOAP Post protocols. WSDL

After channel deployment, your connection will be available to send messages.

The HTTP Post can do the following:

  • Take the input of the HTTP Post as the message.

  • Use the HTTP Post with an HTML Form. You need to set the string-property "contentIsForm" to true. You can specify which parameter to use as the file input "messageParameterName". You can also decode the message with one of the following method : "base64" and "urlencode".