RE: Returning XML via webservice, cont

2004-06-03 Thread Tom Kitta
- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:48 PM To: CF-Talk Subject: RE: Returning XML via webservice, cont Tom, The displayed output is correct, but when I view the source, I see the wddx tags.Is that the same with you? Chris On Wed, 2 Jun 2004, Tom

Re: Returning XML via webservice, cont

2004-06-03 Thread Chris Dempsey
and then you get straight XML. Why this would beproblem for your application? TK -Original Message- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:48 PM To: CF-Talk Subject: RE: Returning XML via webservice, cont Tom, The displayed output is correct

Re: Returning XML via webservice, cont

2004-06-03 Thread Chris Dempsey
and then you get straight XML. Why this would beproblem for your application? TK -Original Message- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:48 PM To: CF-Talk Subject: RE: Returning XML via webservice, cont Tom, The displayed output is correct

Returning XML via webservice, cont

2004-06-02 Thread Chris Dempsey
Dear List, I saw this thread a few days ago, about returning an XML document as a string from a CFC.I tried using returntype=any and the toString() function - neither worked.What ends up happening is that the XML document gets returned as a WDDX packet.Is it possible to just return it as a

RE: Returning XML via webservice, cont

2004-06-02 Thread Tom Kitta
Why is your function return type void it should be string if you want to return a string[Tom Kitta] . Change it to string and give it a go. TK -Original Message- From: Chris Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:24 AM To: CF-Talk Subject: Returning XML via

RE: Returning XML via webservice, cont

2004-06-02 Thread Christopher Dempsey
itta wrote: Why is your function return type void it should be string if you want to return a string[Tom Kitta] . Change it to string and give it a go. TK -Original Message- From: Chris Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:24 AM To: CF-Talk Subject: Returni

RE: Returning XML via webservice, cont

2004-06-02 Thread Tom Kitta
tly, maybe it is your / at the tag ends. Check the actual XML file, what is in it. Etc. Function works fine on CF6.1 TK http://www.tomkitta.com -Original Message- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:03 AM To: CF-Talk Subject: RE: Returning XML via

RE: Returning XML via webservice, cont

2004-06-02 Thread Christopher Dempsey
Tom, I tried what you recommended, I have tried your method below, and it didn't work quite right.It still returns a WDDX packet, but now all of the XML is escaped.The XML file is at http://www.graddiv.ucsb.edu/ssoNavigation.xml and I am calling the below code with

RE: Returning XML via webservice, cont

2004-06-02 Thread Tom Kitta
have the line feeds). Check it out and tell me whatever it works now, if it works for me it should for you, right? TK -Original Message- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 1:33 PM To: CF-Talk Subject: RE: Returning XML via webservice, cont

RE: Returning XML via webservice, cont

2004-06-02 Thread Christopher Dempsey
Message- From: Christopher Dempsey [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 1:33 PM To: CF-Talk Subject: RE: Returning XML via webservice, cont Tom, I tried what you recommended, I have tried your method below, and it didn't work quite right.It still returns a WDDX packet