> The string being returned is the BofA response, and is what I
> would expect to see in cfhttp.filecontent. Variations on
> parameters seem to give no variation in the result, but maybe
> we just haven't tried enough stuff.
>
> CFCATCH.DETAIL:
> Column names must be valid variable names. They must start
> with a letter and can only include letters, numbers, and
> underscores.
I think that's another error in your code:
<cfhttp
url=""
name="PaymentInfo"
method="POST"
port="443"
redirect="no">
You need to remove the NAME attribute. This attribute attempts to build a
query object out of the returned page, which only works with suitably
formatted data.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

