Advertisement

03.17.2008 at 09:22AM PDT, ID: 23247517
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4

UPS API problem - it's not allowing us to get rates for locations outside of the US???? (help!)

Asked by OddiC in Extensible Markup Language (XML), Miscellaneous Programming, WebApplications

Tags: ,

Here is an example of a Rate Request I am sending to UPS- it keeps coming back telling me that the rate cannot be calulcated for this (a Canadian) ship-to address/zip code.

Is there something I am missing here? (all of our domestic shipping rates come back without issue).

Example request xml:

"<?xml version='1.0'?>
<AccessRequest xml:lang='en-US'>
<AccessLicenseNumber>EXXXXXXXXXF382E2C</AccessLicenseNumber>
<UserId>myAccct123</UserId><Password>password</Password>
</AccessRequest>
<?xml version='1.0'?>
<RatingServiceSelectionRequest xml:lang='en-US'>
<Request>
<TransactionReference>
<CustomerContext>Test Request
</CustomerContext>
<XpciVersion>1.0001</XpciVersion>
</TransactionReference>
<RequestAction>Rate</RequestAction>
<RequestOption>Rate</RequestOption>
</Request>
<PickupType>
<Code>01</Code>
</PickupType>
<Shipment>
<Shipper>
<Address>
<PostalCode>53224</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipTo>
<Address>
<PostalCode>L2G 3L6</PostalCode>
<CountryCode>CA</CountryCode>
<ResidentialAddressIndicator/>
</Address>
</ShipTo>
<ShipFrom>
<Address>
<PostalCode>53224</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</ShipFrom>
<Service><Code>03</Code>
</Service><Package><PackagingType>
<Code>02</Code>
</PackagingType>
<PackageWeight>
<UnitOfMeasurement>
<Code>LBS</Code>
</UnitOfMeasurement>
<Weight>6</Weight>
</PackageWeight>
</Package>
</Shipment>
</RatingServiceSelectionRequest>"Start Free Trial
[+][-]03.18.2008 at 11:39AM PDT, ID: 21154358

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Extensible Markup Language (XML), Miscellaneous Programming, WebApplications
Tags: XML, VB.NET, ASP.NET, The requested service is unavailable between the two selected locaitons
Sign Up Now!
Solution Provided By: OddiC
Participating Experts: 0
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 - Hierarchy / EE_QW_2_20070628