Sending 2 XML objects with CFHTTP

2006-11-10 Thread Dave Hatz
We are trying to integrate our eComm site with UPS On Line tools for Address Verification. To submit the address for verification, the request we are sending needs to be 2 XML documents. I am trying to do the following: cfhttp url=https://ups.com/xml/AV; method=POST port=80 resolveurl=false

RE: Sending 2 XML objects with CFHTTP

2006-11-10 Thread Dave Watts
We are trying to integrate our eComm site with UPS On Line tools for Address Verification. To submit the address for verification, the request we are sending needs to be 2 XML documents. I am trying to do the following: cfhttp url=https://ups.com/xml/AV; method=POST port=80