> 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"?><RECORDS><R CODE="804000092301" NUMB="1"
> TYPE="0"/></records>" localhost/index.cfm"
>
> CF is 6.1 Standard
>
> However, if I pass just the file name containing the XML to
> CF and do XmlParse based on the variable created with CFFILE
> reading file name, everything is fine. I do need to get it
> working via the POST method though.

Aren't you missing the opening bracket?

"id=?xml..." should be "id=<?xml...", I think.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to