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
You can use the session parameter change event
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
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