For the XML bit, you could either use the MS XML Parser, another free one, or just build the document yourself.
Which one you choose will pretty much depend on where the data is coming from, and the complexity of the XML you are trying to create. For the TCP connection you would probably be best to go and have a look at CFX_TCPClient: Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -----Original Message----- > From: Ben Lowndes [mailto:[EMAIL PROTECTED]] > Sent: 12 December 2002 16:47 > To: 'CF-Dev' > Subject: [ cf-dev ] CF5 XML > > > Hi, question 2 of the day - I hope some one can give me some > suggestions. > > I've got to send xml to a proprietary app over tcp/ip to a > specified port using CF5. As I understand it there's no > native way to do this in CF5, has anyone got any suggestions > of what to use - I'm looking at the wading through the MSDN > documentation but not having much luck. > > Thanks > Ben > > > -- > ** 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]
