cancel
Showing results for 
Search instead for 
Did you mean: 

Sync Async communication

Former Member
0 Kudos

HI All,

Which Interface mappings are possible?

1.Abstract Async --> Abstract Sync

2.Abstract Sync --> Abstract Async

Thanks

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi praveen,

1) asynch -- synch mapping isnt possible and will lead to error coz u will be able to map one of the two msgs only (request or response)

2) synch -- synch mapping is possible

[reward if helpful]

regards,

latika.

Answers (5)

Answers (5)

Former Member
0 Kudos

There can be a Asynchonous Communication and Synchronous Communication.

Now if you are thinking If I pass one Abstract_Asych interface (source) and Abstract_Synch interface (target)in the Interface Mapping then it work or not??

So Answer is NO.

Thanks

Farooq.

Former Member
0 Kudos

Hi

I think mapping between Asyn and Sync interfaces are not possible

yuga

Shabarish_Nair
Active Contributor
0 Kudos

<i>1.Abstract Async --> Abstract Sync

2.Abstract Sync --> Abstract Async</i>

>>>

both are not possible.

prateek
Active Contributor
0 Kudos

Configuring both is possibl. But u can provide only one message mapping in both the cases. So the 2nd interface of the abstract sync interface wont be of any use. This could lead to error at runtime. But compile time its ok.

Regards,

Prateek

Former Member
0 Kudos

can u ask ur question clearly