RE: CFXML issue

2005-12-02 Thread Andrew Stevens
hope this helps... when you get your CF7 server hehehe. Cheers. -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Friday, 2 December 2005 6:16 AM To: CF-Talk Subject: Re: CFXML issue Hi Ade. Actually no. I am trying to create this to pass it as a header for a soap reques

Re: CFXML issue

2005-12-01 Thread Ken
Hi Ade. Actually no. I am trying to create this to pass it as a header for a soap request. My complete code looks like this: X vinService = CreateObject("webservice", " http://www.codebump.com/services/zipcodelookup.asmx?wsdl";); addSOAPRequestHeader(vinService,"http://skats.net/servic

RE: CFXML issue

2005-12-01 Thread Adrian Lynch
Don't you have to declare the namespace tns in the root node? Ade -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: 01 December 2005 18:52 To: CF-Talk Subject: CFXML issue I am getting this error message while trying to use CFXML: The prefix "tns&qu

CFXML issue

2005-12-01 Thread Ken
I am getting this error message while trying to use CFXML: The prefix "tns" for element "tns:AuthenticationHeader" is not bound. My code is: Any ideas? Thanks, K ~| Logware (www.logware.us): a new and convenient web

RE: simple CFXML issue

2005-05-18 Thread James Holmes
Is there any whitespace before the XML dec? Also, it appears to to me that each mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 May 2005 12:31 To: CF-Talk Subject: Re: simple CFXML issue i thought the cfxml tag was supposed to already do that? I have another function which is building another xml

Re: simple CFXML issue

2005-05-17 Thread jonese
e? jonese On 5/16/05, Matthew Walker <[EMAIL PROTECTED]> wrote: > > After the , put > > -Original Message- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 May 2005 9:44 a.m. > To: CF-Talk > Subject: simple CFXML issue > > I'm sur

RE: simple CFXML issue

2005-05-16 Thread Matthew Walker
After the , put -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Tuesday, 17 May 2005 9:44 a.m. To: CF-Talk Subject: simple CFXML issue I'm sure this is something i'm just missing because it's late in the day but... i have a simple CFC which is creating

simple CFXML issue

2005-05-16 Thread jonese
I'm sure this is something i'm just missing because it's late in the day but... i have a simple CFC which is creating some xml files for me. if i have the following code inside my function and then run the function i get the error: Document root element is missing. Document root