Int4 Suite Documentation

Receiver communication channel for sender creation

USE: 

To test synchronous interfaces with Int4 IFTT, a new receiver Communication Channel should be created on the PI. This channel should be a copy of the sender communication channel used by the tested interface. The Target URL of the newly created receiver communication channel should be the sender channel endpoint.

PROCEDURE: 


  1. On PI, find the Integrated Configuration (ICO) that is used in the tested scenario. 

  2. Locate the sender Communication Channel in ICO → Inbound Processing and enter its configuration

    image2017-10-11_15-7-41.png


  3. Copy the entire object

    image2017-10-11_15-12-50.png


  4. Change its name to 'receiver' and add a suffix to distinguish it from other communication channels used in the scenario. 

    image2017-10-11_15-17-28.png


  5. Below you will find a sample receiver Communication Channel configuration for HTTP and SOAP adapter: 

A) HTTP:

a) Enter sender channel endpoint as the Target URL of the newly created receiver channel:

[PI url]:port/HttpAdapter/HttpMessageServlet?interfaceNamespace=[interface namespace]&interface=[interface name]&senderService=[channel communication component]&qos=BE


Please take notice that for HTTP, you should use a SOAP adapter, but with the "Do not use SOAP envelope" conversion parameter ON. 

image2017-10-11_15-26-10.png

b) In the module tab, add the XISOAPAdapterBean module. 


image2017-10-11_15-24-29.png

B) SOAP: 

a) Enter sender channel endpoint as the Target URL of the newly created receiver channel:

[PI url]:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=[channel communication component]&receiverParty=&receiverService=&interface=[interface name]&interfaceNamespace=[interface namespace]


image2017-10-11_15-27-41.png

b)  In the module tab, add the XISOAPAdapterBean module. 

image2017-10-11_15-28-33.png

To complete the synchronous interface configuration in Int4 IFTT, add the following data as additional parameters in the Object Definition of your synchronous scenario:

  • the business component of a receiver channel for the sender

  • receiver communication channel for the sender

  • party of a receiver channel for sender (if blank in the ICO on PI, leave it empty in Int4 IFTT configuration)

image2017-10-11_15-37-28.png