said the packets are quite large. Does it work with smaller packets?
Does it work for non XML calls? Also have you tried adjusting the
timeout to a larger value?
Kola
-----Original Message-----
From: Craig Dudley [mailto:[EMAIL PROTECTED]
Sent: 07 October 2003 13:44
To: CF-Talk
Subject: RE: CFHTTP Posts with Bluedragon free
Thanks for the suggestion Kola,
Have tried it on 5.0 and 6.1 , it works without issue.
Craig.
-----Original Message-----
From: Kola Oyedeji [mailto:[EMAIL PROTECTED]
Sent: 07 October 2003 13:45
To: CF-Talk
Subject: RE: CFHTTP Posts with Bluedragon free
As a suggestion, why don't you try the same portion of code on a
Coldfusion to
See if the error is Blue Dragon related or some other issue.
Kola
-----Original Message-----
From: Craig Dudley [mailto:[EMAIL PROTECTED]
Sent: 07 October 2003 12:56
To: CF-Talk
Subject: CFHTTP Posts with Bluedragon free
While I never usually use cfhttp, a particular client wishes to
use
Bluedragon 3.0 free edition as a bridge for his internal system
and our
web server, I'm formatting xml packets form his queries and
posting to
our box, or trying to.
I simply cannot get CFHTTP to POST at all, GET's work fine but
the
packets are far too big for a url.
Code as below...
<cfhttp url="" url" port="80" method="POST" timeout="15">
<cfhttpparam type="FORMFIELD" name="test"
value="#urlencodedformat(test)#">
</cfhttp>
This just returns "Failed to connect" with a HTTP staus code of
100
which is continue, this sounds to me as if BD is connecting with
the web
server but not actually doing the post. I'm more or less sure
status
code 100 is the web server basically saying "go on then, do your
post".
Anyone use CFHTTP with BD? Ever got a POST to work? Am I missing
a BD
specific attribute or something?
If this doesn't work I'm going to have to write some XML
handling code
for Access97, and that's not going to be pretty. Unfortunatley
the
client isn't going to stump up for CFMX of the more advanced
version of
BD ( so I can use cfobject/java cfx's ), at least not yet.
Craig Dudley
Senior Developer
Netstep Corporate Communications Ltd
Direct Line: +44(0) 1422 319712
Phone: +44(0) 1422 200308
Fax: +44(0) 1422 200306
e-mail: [EMAIL PROTECTED]
MS Messenger: [EMAIL PROTECTED]
www: www.netstep.co.uk
_____
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

