Could you please send me an example with fake values.
I am still having trouble.
Apprecciate it.

gabriel

Hua Wei <[EMAIL PROTECTED]> wrote: Gabriel,

I implemented a few with no problem. Fedex service requires a few http header 
settings for the request:


 requestheader = structnew();
  requestheader["Referer"] = "your company name";
  requestheader["Host"] = "Fedex gateway Host";
  requestheader["Accept"] = "image/gif, image/jpeg,image/pjpeg, text/plain, 
text/html, */*";  
  requestheader["Content-Type"] = "image/gif";  
  requestheader["Content-Length"] = len(trim(tostring(requestXML)));




  
    
   
  
 




Hua
-----Original Message-----
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 27, 2005 9:50 AM
To: CF-Talk
Subject: Fedex Shipping in realtime ( XML over https)

I am having trouble using fedex xml over http to connect to their API.
Anybody had any luck?

The code I am using is the following:





xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="FDXSubscriptionRequest.xsd">

String
55555555555



Gabriel

transex
Shipping

55555555555

[EMAIL PROTECTED]



123 candle
Houston
TX

77754

US





 

  

#CFHTTP.FileContent#




xsi:noNamespaceSchemaLocation="FDXSubscriptionReply.xsd">

String

1234567
FedEx Express Shipping   

 

  

 

I am also having problems understanding how to get the XML response back from 
the fedex server.
Thanks
Gabriel
[EMAIL PROTECTED]





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228393
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to