cancel
Showing results for 
Search instead for 
Did you mean: 

CE PI WMB scenario

Former Member
0 Kudos

Hi Experts,

currently we are trying the implement the following scenario:

CE will access the webservice which will be created in PI to get the information regarding bing maps from an external source. PI is connected to WMB which accesses the the information on bingmaps through wmb queues and gives the response back to pi and thereby CE.

This is a synchronous scenario where we use jms adapter on WMB side and saop adapter on CE side.

I have tried to implement this scenario by using jms adapter as sender and receiver with the modules to get the information regarding the bingmaps and gives the response back to CE.

Is this the correct way to implement this? and how to create this webservice in PI and how to implement this scenario.

Please help me implement this as this is critical.

Please don't provide the links which are not releated to this scenario.

please provide the information on this as it will be very helpful for us.

Thank you .

Regards,

Amarnath

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

JMS adapter wont support sync communication hence you have to use BPM for this.

Former Member
0 Kudos

Hi Raj,

CORRECT. JMS adapter doesnot support sync communication but we can create sync/async bridge using modules without using BPM.

Also provide the information on this scenario as to how to implement this scenario.