标签: php web-services
我有这个Web服务: http://www.hotelbeasain.com/webservice/wshotelbeasain.asmx
我试图从jQuery调用它,但由于同源策略(http://en.wikipedia.org/wiki/Same_origin_policy)而无法实现
有没有办法调用它并使用控制器中的数据?
提前致谢
答案 0 :(得分:1)
它不是关于Symfony而是PHP语言。 Here是您在PHP中使用Web服务的问题的答案。