[aerogear-dev] aeroGear.pipeline not working

soumik.basu soumik.basu at accenture.com
Fri Mar 29 08:17:23 EDT 2013


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-tp1968p2155.html
Sent from the aerogear-dev mailing list archive at Nabble.com.


More information about the aerogear-dev mailing list