Will have a look at the java api. cfhttp doesnt appear to be working at all
under cfmx. Im not even getting a response back from the server.

Will have a look at cfobject as well. Hadnt considered that.

-----Original Message-----
From: Douglas Humphris [mailto:[EMAIL PROTECTED]]
Sent: 04 December 2002 13:56
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] datacash


There is a Java API for Datacash. Why don't you use CFOBJECT? That would
probably be a better solution to using the COM object anyway.
I assume you're using CF5? MX shouldn't give you any problems because it
handles XML in CFHTTP much better.

D

-----Original Message-----
From: Douglas McKenzie [mailto:[EMAIL PROTECTED]]
Sent: 04 December 2002 13:42
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] datacash


yeah it is an ssl site but theres more to it than that. Ive been up most of
the night playing with the perl version uner linux and have made some
progress. Ive managed to write the xml and send and receive a reply back
from datacash (which was that I was ending duff xml . The duff xml is not
really a problem as it was only test data but I was hoping to get datacash
integrated with a CF solution rather than using another language esp as my
perl/java isnt that hot!

One concern I have is that the perl is using a whole heap of perl modules to
do some of the xml processing, encryption and sending from what I can see.

Im now wondering if theres isnt someway of using perl or java to do the same
as the COM object but as i said, my perl and java arent that hot.

-----Original Message-----
From: Paul Johnston [mailto:[EMAIL PROTECTED]]
Sent: 04 December 2002 13:27
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] datacash


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]



--
** 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