All, I am writing a cf interface between a third party software application
that resides on one of our servers. The mode of communication between us and
them is XML. When I run this I keep getting the error below. If I purposly
screw up the url in the request, I get an unknown host error so this implies
to me that I the ip is getting resolved and then the server is not allowing
the connection. Does this make sense to anyone? Do my assumptions seem
right?

CODE:
<cfxml variable = "XML">
<XML>
<DATA>
<LOGIN>
<L>Admin</L>
<P>ricky1</P>
</LOGIN>
<SCMD>
<MOD>DP</MOD>
<AL>1</AL>
<RID>RID1</RID>
</SCMD>
</DATA>
</XML>
</cfxml>

<cfhttp url="" method="post" port="16888"
username="Admin" password="ricky1">
<cfhttpparam name="dummy" value="#xml#" type="xml">
</cfhttp>
<cfdump var="#cfhttp#">

RESULTS:
struct
Charset [empty string]
ErrorDetail Connect Exception: Connection refused: connect
Filecontent Connection Failure
Header [undefined struct element]
Mimetype Unable to determine MIME type of file.
Responseheader struct [empty]


Statuscode Connection Failure. Status code unavailable.
Text YES

John Stanley
Web Application Developer
http://www.stangocity.com
http://www.activeaero.com
734-547-7277
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to