is it possible to get cross domain SOAP request using jquery

后端 未结 2 1053
无人及你
无人及你 2021-01-19 00:00

i am using a javascript to get a soap response but after a lot of pain i realized that it is not possible to get cross domain xml http request. so i decided to move on to j

相关标签:
2条回答
  • 2021-01-19 00:13

    JQuery is a wrapper around Javascript. If javascript won't do it JQuery wont either. You will have to get your server to do the lookup.

    0 讨论(0)
  • 2021-01-19 00:18

    You can't do this, only JSONP is allowed cross-domain.

    also check this : Cross-domain SOAP from the browser

    0 讨论(0)
提交回复
热议问题