Hi Geet,
Please make sure that < and > that are being used inside the attribute values of directinvoke are escaped properly.
< should be <
> should be > and
& should be &
Also, for any attribute that contains double quotes inside its value, you can enclose the whole value in single quotes. Like in sortBy='.....pluck("value")' . Or you can choose to escape " with "
Thanks,
Mythri



Hi,
Please tech me how can I create a mashup using direct invoke mthod. When Tried to prepare one I could get one saved and published successfully. But when I tried to open it fron Presto server it gave this error messege.
Please help if any one know why is it happening.