0

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

Celero
  • 445
  • 2
  • 6
  • 19

2 Answers2

0

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

Community
  • 1
  • 1
mezmo
  • 2,441
  • 19
  • 22
0

This is a bug in Jquery in version 1.5.x for Opera and IE browser which don't support CORS... No solution has been found yet

Celero
  • 445
  • 2
  • 6
  • 19