I won't be able to rewrite the service cause we also have cold fusion
sites consuming the xml data. I guess I am stuck with creating
another asp.net page that will call the service.
Thanks for helping out everyone.
On May 5, 9:16 pm, 丁亮 wrote:
> use jsoncallback=? in the end of url
use jsoncallback=? in the end of url
No options with Ajax cross-domain (for now). If you can change the
service to wrap the XML in a function call or assign it to a variable
you can use $.getScript().
predefine a function or method:
my_function(xml){
//do something with the xml
}
call .getScript():
$.getScript("http://wcf.msts.co
I was wondering if I have another option without going this route?
On May 5, 5:08 pm, James wrote:
> What about going through a proxy (e.g. a PHP script that fetches the
> XML content from wcf.mstsc.com domain) hosted on your current domain?
>
> On May 5, 11:01 am, bittermonkey wrote:
>
> > Hi,
What about going through a proxy (e.g. a PHP script that fetches the
XML content from wcf.mstsc.com domain) hosted on your current domain?
On May 5, 11:01 am, bittermonkey wrote:
> Hi,
>
> Here's my code:
>
> $.ajax({
> type: "GET",
> url:
5 matches
Mail list logo