473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

FedEx Web Service problem

Hi,
I'm using FedEx for my shipment and use the FedEx rate calculator to find the shipping cost. When I send the request and get back the response, I always find that there is no discount applied even if i send a quantity of 100.

can someone help me out with the following questions so that i can get clear with how to work with the fedex webservice

1. If i want to send 2 quantities of a product. will i be constructing the request with a package count as 2 and repeating the same <requestedpackage> twice ?
ie.. the SOAP request ll look like
Expand|Select|Wrap|Line Numbers
  1. <requestedpackage> 
  2.   <sequencenumber>1</sequencenumber>
  3.   <weight>
  4.         <value>  1< /value>
  5.         <units> LB </units>
  6.   </weight>
  7.   <dimensions>
  8.     <length> 10     </length>
  9.     <width> 10 </width>
  10.     <height>  10 </height>
  11.    <units> IN </units>
  12.   </dimensions>
  13. </requestedpackage> 
  14. <requestedpackage> 
  15.   <sequencenumber>2</sequencenumber>
  16.   <weight>
  17.         <value>  1< /value>
  18.         <units> LB </units>
  19.   </weight>
  20.   <dimensions>
  21.     <length> 10     </length>
  22.     <width> 10 </width>
  23.     <height>  10 </height>
  24.    <units> IN </units>
  25.   </dimensions>
  26. </requestedpackage> 
is this rite ?

2. why am i not getting any discounts when i ship more (say more than 100 quantities).

3. what are the RateRequestTypes.ACCOUNT, RateRequestTypes.LIST
are for ?

i went through some of the fedex documentation but couldnt understand much.


Pls help me with understanding these basic qns.

Thanks,
Sridhar
Feb 23 '09 #1
2 2864
MrMancunian
569 Expert 512MB
I suggest that you contact FedEx for these questions...I think this is way too specific for this forum.

Steven
Feb 25 '09 #2
hello Sridhar , how did you generate the SOAP message input and send it to FedEx WS for processing ? and how did you recieve it & parse the response ?
Jul 3 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Ashish Kanoongo | last post by:
Hello I would like to calculate freight online for UPS and Fedex. However I have already calculate freight for ABF, Roadway and MyYellow, because they have provided sufficient documentation of...
1
by: someone | last post by:
Does anyone have any experience integrating with FedEx via C# and ASP.NET? I am really frustrated with the lack of help from FedEx. Their example ASP.NET code consists of an empty form and a C#...
1
by: Logan | last post by:
I am trying to implement talk directly to the fedex servers so i can use there online services. I need to first establish an SSL connection then send some information to the fedex servers and wait...
1
by: Terry Graham | last post by:
This is a total shot in the dark, but does anyone have any experience in setting up an ASP.NET project that only gets the shipping Rates from FedEx's live server? All I really want to accomplish...
3
by: injanib via AccessMonster.com | last post by:
Does anyone know what kind of codes Fedex uses for its barcodes and how it is translated into the tracking number. I have a database to I use to log incoming packages. I am able to scan any other...
31
by: daniyalnawaz | last post by:
I'm having a problem during consuming the FedEx webservice... Error Detail: Warning: SoapClient::SoapClient() : I/O warning : failed to load external entity "wsdl/RateService.wsdl" in...
3
by: supperham | last post by:
hi: can sone one tell me how to use fedex web service in php to calculate shipping fee? i already have fedex account and 4 keys used to test application Test...
0
by: Raymond | last post by:
Hi All, Has any one work with FedEx Webservice with ASP? I am using ASP via SOAP to talk to FedEx Webservice, I have no problem printing the FedEx label with PNG or PDF, my problem is to print...
6
by: tankchintan | last post by:
I am working on this FedEx web service integration project for some time. I am using PHP to make calls to the FedEx server. Everything seems to be working properly. But I am having problems with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.