Re: Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Steven Ross
maybe you need to wrap your call in a cdata tag (just a random guess)? Better yet double check what you are sending and verify it is correctly formed for the webservice you are calling. still hard to tell what is going wrong. On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: nice tool r

Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread john . lyons
nice tool returned error. soapenv:Server.userException org.xml.sax.SAXParseException: Content is not allowed in prolog. > Go get firebug for firefox if you dont have that installed... it will > show you what your ajax is doing. > > https://addons.mozilla.org/firefox/1843/ > > On 10/19/06,

RE: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread john . lyons
Ah yes an error code would help wouldn't how about: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://127.0.0.1/test.cfm :: sendData :: line 3

Re: Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Steven Ross
sorry i didnt read all of your email charlie... I see you mentioned firebug. On 10/19/06, Steven Ross <[EMAIL PROTECTED]> wrote: Go get firebug for firefox if you dont have that installed... it will show you what your ajax is doing. https://addons.mozilla.org/firefox/1843/ On 10/19/06, [EMAIL

Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Steven Ross
Go get firebug for firefox if you dont have that installed... it will show you what your ajax is doing. https://addons.mozilla.org/firefox/1843/ On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ok I know I am missing a piece of the Ajax/webservice puzzle in the below code can anyone s

RE: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Charlie Arehart
John, while someone may well spot something for you, I think it's a bit much to ask to just dump the code and ask "what am I doing wrong?". :-) It would help a lot more if you told us what's not working as you'd expect. Indeed, that begs the question of what sort of debugging you are doing to de