cancel
Showing results for 
Search instead for 
Did you mean: 

Achieve the two way communication between two DCs

Former Member
0 Kudos

Hi,

We are using CE 7.2.

We are having a Main DC which has an application container UI element which embeds a subDC.

We want to achieve a 2 way communication between these two DCs.

We've kept subDC as a used DC in Main DC so that main DC can directly call the methods exposed by subDC.

But, there are certain situations where events inside the subDC also need to be handled in the main DC.

We've tried rising events in subDC for this which were handled by main DC. But, this is not working. Event handlers in main DC are not being triggered.

In a nutshell, we were able to call the methods exposed by sub DC from the main DC, but not events triggered by sub DC.

Any other ways of achieving 2 way communications between these two DCs?

thanks and regards,

amar.s

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

the event communication should work, just double check.

Former Member
0 Kudos

Hi,

Unfortunately.. interdependency is not possible with webdynpro.

Thanks