Re: HELP! MSXML ServerHTTP and CFHTTP alternatives?

2003-08-14 Thread Bud
Ok, in order to talk to eBay's API, I need to send XML requests with UNENCODED custom headers. So obviously CFHTTP is out. ;( I've been using for the last year or more the MSXML ServerHTTP object and that has been fine. Except now I'm having problems that I can't seem to fix (server crashes when

RE: HELP! MSXML ServerHTTP and CFHTTP alternatives?

2003-08-14 Thread Debbie Dickerson
Have you tried cfhttp/cfhttpparam in CFMX 6.1? There are changes there that might allow you to use this now. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p59.htm#wp1100049 Deb -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED] Sent: Monday, August 11,

Re: HELP! MSXML ServerHTTP and CFHTTP alternatives?

2003-08-12 Thread Tony Schreiber
Thanks. I found that last night and got it working. Except, it takes two minutes to return a call from eBay (The sample call to UPS included with the tag works fine). Can't figure out why... CFX_RawSocket If you can use MX you can use the new cfhttpparam type=XML -- Bud Schneehagen -