I’m trying to consume a JAX-RS Webservice written in Java from Jquery.
I succeeded when my jquery version was set to 1.4.3. But I need for another purpose to updgrade my jquery version (to 1.5.1). Since then, my call to the webservice fails.
Does anyone has ever encountered such problem ??
Thanks for your answers
There are some known issues, and workarounds if the actual problem is with parsing a namespace. Apparently the issue came up somewhere between 1.4.4 and 1.5.0.
HTH