2

I have this Web Service: http://www.hotelbeasain.com/webservice/wshotelbeasain.asmx

I am trying to call it from jQuery but it is not possible due to Same Origin Policy (http://en.wikipedia.org/wiki/Same_origin_policy)

Is there any way to call it and use the data from my controller?

Thanks in advance

richsage
  • 26,912
  • 8
  • 58
  • 65
Kioko Kiaza
  • 1,378
  • 8
  • 28
  • 57

1 Answers1

1

It not really about Symfony but the PHP language. Here is an answer to your question for consuming WebServices in PHP.

Community
  • 1
  • 1
fsenart
  • 5,661
  • 2
  • 35
  • 54