Hi, > I am running the vendor code and my prototype code from the same folder > on the same server with almost the same file name.
So, something else is going on. :-) I'd recommend walking through the call using a debugger (Firebug[1], for instance). If you're not even seeing the call get initiated, that suggests that Prototype isn't firing off the request, so you should be able to see why not. [1] http://www.getfirebug.com HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On May 6, 2:18 pm, "Russell Keith" <[email protected]> wrote: > Also when I tried to do a cross domain call before that didn't work I > thought I got an access denied error. This isn't even trying to make > the call. I have a proxy setup to view the traffic and I see the call > to my page the code is on and a call to the prototype.js file, but it > doesn't even appear to be trying to make the call to the web service. > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of Russell > Keith > Sent: Wednesday, May 06, 2009 8:15 AM > To: [email protected] > Subject: [Proto-Scripty] Re: help with ajax. > > I am running the vendor code and my prototype code from the same folder > on the same server with almost the same file name. The only difference > is I added pt to the filename that my prototype code is trying to run > from. > > http://server_a/ajaxIG.htmlis the vendor code and it > callshttp://server_b/cm/servlet/cmwebservicewih no issue. > > my prototype code ishttp://server_a/ajaxIGpt.htmland it calls the same > web service. > > I am using prototype to successfully make calls to other internal > servers on the network without an issue. > > fromhttp://server_a/signer.htmlI use prototype to > callhttp://server_c/somewebservicewithout a problem. > > I guess I am going to have to stick with the vendor code even though > it's not as pretty as prototype. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
