How to invoke a service in a parent mashup from child mashup in collection widget concept
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
-
Best Practices
-
Coding
-
Design
-
Troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use the session parameter change event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Satish,
Thanks for reply
I didn't understand from where the session event to drag to either service or session parameters.
Thanks
Ksm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Clieck on any session variable... you will be seeing the events in data properties tab.
Drag the event to your custom service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
am using collection widget, session is created in child mashup and custom service is in parent mashup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Child Mashup:
--> Set the value to session variable Ex. UserInput
Parent Mahsup:
--> Use "UserInputChanged" event to trigger custom service
