Hi,
I tried the HelloWorld example at http://wso2.org/project/mashup/0.1/docs/index.html
When I tried modifying the mashup client to manipulate the returned XML using E4X, I found that the returned object was a DOM Element object, not an XML object, so E4X operations were not possible.
var response = helloworld.hello("<test/>");
Any idea how I can get it to a form that I can perform E4X operations on it?
Thanks and regards,
Ganesh