cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to invoke a service in a parent mashup from child mashup in collection widget concept

KSM
14-Alexandrite
14-Alexandrite

How to invoke a service in a parent mashup from child mashup in collection widget concept

Hi All,

Am using collection widget, from child mashup I am storing a value in session, so that value from session can used as input for one of my service in parent mashup. 

Problem is able to store the value in session but unable to invoke that service in parent mashup.

So could you please help me out how to achieve this.

 

Thanks

Ksm

5 REPLIES 5

You can use the session parameter change event

Sathishkumar_C_0-1709941904176.png

 

KSM
14-Alexandrite
14-Alexandrite
(To:Sathishkumar_C)

Hi Satish,

Thanks for reply

I didn't understand from where the session event to drag to either service or session parameters.

 

Thanks

Ksm

 

Clieck on any session variable... you will be seeing the events in data properties tab.

 

Drag the event to your custom service

KSM
14-Alexandrite
14-Alexandrite
(To:Sathishkumar_C)

am using collection widget, session is created in child mashup and custom service is in parent mashup.

Child Mashup:

--> Set the value to session variable Ex. UserInput

 

Parent Mahsup:

--> Use "UserInputChanged" event to trigger custom service

Top Tags