Hi Seb/Kris,
Its not working with
*return "\"Hello\""; *
this either.
I would like to say that I tried to access the same REST service using
Jquery ajax and I got the response very easily as given below:
$(document).ready(function(){
$.ajax({
type: "POST",
url: "../JAX_RS_HelloWorld/helloworld",
success: function(result){
alert(result);
}
});
Please help me in replicating it in Aerogear.
Regards
Soumik
--
View this message in context:
http://aerogear-dev.1069024.n5.nabble.com/aeroGear-pipeline-not-working-t...
Sent from the aerogear-dev mailing list archive at
Nabble.com.