RE: MX and UPS XML

2002-11-20 Thread Chad
: RE: MX and UPS XML Here's a UDF I adapted from an amalgamation of Jon's code and Ben Forta's HTTPGet UDF for Posting of UPS XML Posts - just append together the XML request packet and the tracking or service selection packet using cfsavecontent to build the materials. Unless of course there's

RE: MX and UPS XML

2002-11-19 Thread Chad
- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 2:41 PM To: CF-Talk Subject: RE: MX and UPS XML The MX documentation mentions nothing about a cfhttpparam type=XML... Are you sure this exists? -Original Message- From: Mark A. Kruger - CFG [mailto

RE: MX and UPS XML

2002-11-19 Thread Ben Densmore
]] Sent: Tuesday, November 19, 2002 1:00 PM To: CF-Talk Subject: RE: MX and UPS XML I still cannot get this thing to work! If I put two cfhttpparam type=XML... CF throws an error and says I can only have one How can I concatenate the two CFXML vars? Will a simple concatenate the two structures

RE: MX and UPS XML

2002-11-19 Thread Chad
- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 1:06 PM To: CF-Talk Subject: RE: MX and UPS XML Use 2 cfhttp param=file then call your trackrequest xml file and accessrequest file. But I don't think you can use cfhttp with UPS XML Track, from what I have been

RE: MX and UPS XML

2002-11-19 Thread Chad
into by upgrading to 1.4, but we will keep playing with it and see if there are any downsides. -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:52 PM To: CF-Talk Subject: RE: MX and UPS XML I hate to beat this into the ground, but why

Re: MX and UPS XML

2002-11-19 Thread Jon Hall
Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:52 PM To: CF-Talk Subject: RE: MX and UPS XML I hate to beat this into the ground, but why won't this type of XML passing work with UPS? We started looking at the Java example they sent. It works

RE: MX and UPS XML

2002-11-19 Thread Erik Yowell
(); // Parse Response sOutput = XMLParse(sOutput); return sOutput; } Erik Yowell [EMAIL PROTECTED] http://www.shortfusemedia.com -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 3:07 PM To: CF-Talk Subject: Re: MX and UPS XML I

MX and UPS XML

2002-11-15 Thread Chad
OK correct me if I am wrong. To use the UPS XML I need to use the following to connect to the UPS server: cfhttp url=https://www.ups.com/ups.app/xml/Track; method=POST port=443 I also need the following to post the XML to the UPS server: cfhttpparam type=FORMFIELD name=XML value=#variables.xml#

RE: MX and UPS XML

2002-11-15 Thread Mark A. Kruger - CFG
Chad, CFHTTP will encode the form field and UPS will not read it correctly. There is a type xml in CFMX instead of formfield. -mk -Original Message- From: Chad [mailto:cgray;careyweb.com] Sent: Friday, November 15, 2002 9:41 AM To: CF-Talk Subject: MX and UPS XML OK correct me if I am

RE: MX and UPS XML

2002-11-15 Thread Chad
The MX documentation mentions nothing about a cfhttpparam type=XML... Are you sure this exists? -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: Friday, November 15, 2002 11:00 AM To: CF-Talk Subject: RE: MX and UPS XML Chad, CFHTTP

RE: MX and UPS XML

2002-11-15 Thread Mark Johnson
The updated docs mention this as a new type. Mark -Original Message- From: Chad [mailto:cgray;careyweb.com] Sent: Friday, November 15, 2002 11:41 AM To: CF-Talk Subject: RE: MX and UPS XML The MX documentation mentions nothing about a cfhttpparam type=XML... Are you sure this exists