hi i've been trying to get the xmlhttprequest com object working, but i keep getting the following error
---------------------------------------------------------------------------- ------------ LoadRegTypeLi(4110913304, 29909128, 47497, & u...)failed. Library not registered. TYPE_E_LIBNOTREGISTERED($8002801D) ---------------------------------------------------------------------------- ------------ can anyone help with this? I've already tried proxycfg.exe but to no avail thanks guys mark -----Original Message----- From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 16:39 To: CF-Talk Subject: RE: CFHTTP Replacement Another option If you are running CF on Windows is the ServerXMLHTTP object included in MS XML Parser 3 or later. The ServerXMLHTTP object provides for support for basic authentication, SSL and certificates. I will have a slide presentation on using ServerXMLHTTP available on http://www.ancfug.com sometime in the next few days. Chris -----Original Message----- From: Lanny R. Udey [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 11:33 AM To: CF-Talk Subject: RE: CFHTTP Replacement According to Dave Watts at the Devoloper's Conference, you cannot use CFHTTP. He used a TCP COM object although I don't remember which one. You may want to contact him. Lanny Udey Hofstra University >>> [EMAIL PROTECTED] Thursday, October 25, 2001 >>> hi lewis would you recommend this object for connecting to soap server if so, what advice would you give? if not, what would you recommend using with CF? tia mark -----Original Message----- From: Lewis Sellers [mailto:[EMAIL PROTECTED]] Sent: 25 October 2001 14:34 To: CF-Talk Subject: Re: CFHTTP Replacement On Wed, 24 Oct 2001 23:05:03 -0500, David Brooks <[EMAIL PROTECTED]> wrote: >Heya all, > >Anyone know of a good solution, cfx tag or otherwise, for a replacement >for the CFHTTP tag? I consistently have had problems with CFAS 4.x >and 5.0 servers. http://www.intrafoundation.com/tcpclient.html. It's a COM I wrote a while back that's been used with CF and ASP among others. There are several examples showing how to grab pages (or headers or whatever you want) using the HTTP protocol. That one doesn't support SSL however is it's only drawback. --min ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

