cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Communication

Former Member
0 Kudos

Hi,

I have implemented a synchronous communication with a web service, then I have a request and a response message. But, I have to create four communication channel, two sender and two receiver and two Receiver Determination?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Hi Gabriele,

If sender is HTTP, then only 1 communication channels are required. Sender HTTP adapter that resides on Integration Server doesnt require a sender communication channel.

Same for an IDOC adapter case. But then IDOC sender couldnt be synchronous without BPM.

For other adapters, 2 communication channels are required.

Regards,

Prateek

MichalKrawczyk
Active Contributor
0 Kudos

Hi Gabriele,

>>>> But, I have to create four communication channel,

no you need to create two only

use integration directory wizard which will guide you

(just chose your sync message interfases ) and it will create

2 communication channels for you

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Gabriele,

Interface defined for the sync communication can take care of both the message direction and message type associated with it .

It is defined in the design phase itself.This interface will be used in communication channel Why u need 4 comm channel for the same?

Regards,