Re: Passing XML to CF via HTTP Post

2003-09-26 Thread stas
: Thursday, September 25, 2003 11:42 AMSubject: Passing XML to CF via HTTP Post I first attempted this with Automate, but Automate's HTTP Post moduleisn't working for me. Now I am doing this with curl, and I am seeing errors in CF's application log: Expecting quoted value for attribute value version

RE: Passing XML to CF via HTTP Post

2003-09-26 Thread Dave Watts
Now I am doing this with curl, and I am seeing errors in CF's application log: Expecting quoted value for attribute value version... I launch curl like this - curl -d id=?xml version=1.0 encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1 TYPE=0//records localhost/index.cfm CF is 6.1 Standard

Passing XML to CF via HTTP Post

2003-09-25 Thread stas
I first attempted this with Automate, but Automate's HTTP Post module isn't working for me. Now I am doing this with curl, and I am seeing errors in CF's application log: Expecting quoted value for attribute value version... I launch curl like this - curl -d id=?xml version=1.0

Re: Passing XML to CF via HTTP Post

2003-09-25 Thread Massimo Foti
I launch curl like this - curl -d id=?xml version=1.0 encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1 TYPE=0//records localhost/index.cfm XML is case sensitive. You can't open RECORDS then close it: /records Massimo Foti Certified Dreamweaver MX Developer

Re: Passing XML to CF via HTTP Post

2003-09-25 Thread stas
. - Original Message - From: Massimo Foti [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 11:45 AM Subject: Re: Passing XML to CF via HTTP Post I launch curl like this - curl -d id=?xml version=1.0 encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1 TYPE