Question
How to return mashup from serivce
Hi,
I need to show different control based on the input received to the service.
For this I am trying in following procedure.
1. I will have multiple child mashups for different controls.
mashup1---> textbox
mashup2 ---> checkbox
2. I will main mashup which will generate the output based on the user input.
If the user gives input as string I need to return mashup1
If the user gives input as booI need to return mashup2
For I am trying to write a service which takes input and return appropriate mashup.
Please help how to do this.

