Morning,

Has anyone used a cfc invoked as a webservice to transfer binary data. I've
used binary locally within CFCs when using soap is it just a case of using a
CDATA element ?

I'm looking for a way for a C++ based desktop application to invoke a web
service and send and recieve encrypted binary data, im trying to avoid
simple http calls as the object on the server needs to call com objects and
access cfcs for other information then package binary results, it stikes me
that the webservices option is more elegant.

Am I better off writing a basic server using Java Sockets to manage the
transfer and somehow plugging that into CF or can I use the preferred
webservices route.

Thoughts ?

Alex



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