What is the problem with it?  Is there no response or is it just that
you don't get the correct response or what?  Assuming you can't use XML
COM object (and let's face it, that's not really a big problem is it),
then is it literally a post that you are doing?  Is it an SSL site as
well?

Paul

Paul Johnston
Technical Architect
PJ Net Solutions Ltd
http://www.pjnetsolutions.com
+44 (0)7866 573013


> -----Original Message-----
> From: Douglas McKenzie [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 04, 2002 1:22 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] datacash
>
>
> ok, thats good to know. But what if you're running cf on linux?
>
> -----Original Message-----
> From: Douglas Humphris [mailto:[EMAIL PROTECTED]]
> Sent: 04 December 2002 09:34
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] datacash
>
>
> Oh and you can read the response through: objXMLHTTP.responseText D
>
> -----Original Message-----
> From: Douglas Humphris
> Sent: 04 December 2002 09:33
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] datacash
>
>
> Hi Douglas,
>
> Use this code to talk to DataCash:
>
> <!--- Call COM object to post the XML data to DataCash ---> <CFSCRIPT>
>       objXMLHTTP = createObject("COM","microsoft.xmlhttp");
>       objXMLHTTP.open("POST","#Attributes.ServerName#",false);
>       objXMLHTTP.setRequestHeader("Content-Type", "text/xml");
>       objXMLHTTP.send(XMLDataString);
> </CFSCRIPT>
>
> where XMLDataString is your XML...
>
> HTH
>
> Douglas
>
> -----Original Message-----
> From: Douglas McKenzie [mailto:[EMAIL PROTECTED]]
> Sent: 04 December 2002 01:46
> To: CF-Dev
> Subject: [ cf-dev ] datacash
>
>
> Anyone have any experience of using CF to interact with Datacash?
>
> Im trying to send to some testdata in an XML file using
> cfhttp POST and then trying to read the response using
> cfhttp.filecontent
>
> Ive searched their site and the net but no-one seems to have
> any info on the subject.
>
> If anyone can give me some pointers I'd be most grateful as
> its starting to do my head in!
>
> Cheers,
> Douglas McKenzie
>
> ----------------------------------------
> Internet Developer / Designer
> [EMAIL PROTECTED]
> 020 7267 6718
> ----------------------------------------
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED] For human help, e-mail:
> [EMAIL PROTECTED]
>
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED] For human help, e-mail:
> [EMAIL PROTECTED]
>
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED] For human help, e-mail:
> [EMAIL PROTECTED]
>
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED] For human help, e-mail:
> [EMAIL PROTECTED]
>
>
>





-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to