Message from discussion
rate method returns empty array for invalid address - no errors.
Received: by 10.220.12.133 with SMTP id x5mr1553576vcx.28.1254612632895;
Sat, 03 Oct 2009 16:30:32 -0700 (PDT)
Received: by 10.220.12.133 with SMTP id x5mr1553575vcx.28.1254612632863;
Sat, 03 Oct 2009 16:30:32 -0700 (PDT)
Return-Path: <bjohn...@binarylogic.com>
Received: from mail-qy0-f193.google.com (mail-qy0-f193.google.com [209.85.221.193])
by gmr-mx.google.com with ESMTP id 24si251938vws.7.2009.10.03.16.30.32;
Sat, 03 Oct 2009 16:30:32 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.221.193 is neither permitted nor denied by best guess record for domain of bjohn...@binarylogic.com) client-ip=209.85.221.193;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.221.193 is neither permitted nor denied by best guess record for domain of bjohn...@binarylogic.com) smtp.mail=bjohn...@binarylogic.com
Received: by qyk31 with SMTP id 31so1730317qyk.9
for <shippinglogic@googlegroups.com>; Sat, 03 Oct 2009 16:30:32 -0700 (PDT)
Received: by 10.224.38.40 with SMTP id z40mr2243952qad.0.1254612632503;
Sat, 03 Oct 2009 16:30:32 -0700 (PDT)
Return-Path: <bjohn...@binarylogic.com>
Received: from ?10.0.1.199? (c-76-124-56-6.hsd1.nj.comcast.net [76.124.56.6])
by mx.google.com with ESMTPS id 2sm1045861qwi.15.2009.10.03.16.30.31
(version=SSLv3 cipher=RC4-MD5);
Sat, 03 Oct 2009 16:30:31 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
Mime-Version: 1.0 (Apple Message framework v1076)
Subject: Re: rate method returns empty array for invalid address - no errors.
From: Ben Johnson <bjohn...@binarylogic.com>
In-Reply-To: <29689c04-dea0-41c3-92a5-692e9ad0c411@g1g2000pra.googlegroups.com>
Date: Sat, 3 Oct 2009 19:30:30 -0400
Content-Transfer-Encoding: 7bit
Message-Id: <4B1E371A-2BD1-4810-8F3E-92259DDAE69C@binarylogic.com>
References: <29689c04-dea0-41c3-92a5-692e9ad0c411@g1g2000pra.googlegroups.com>
To: shippinglogic@googlegroups.com
X-Mailer: Apple Mail (2.1076)
Ho Alan,
That task is delegated to FedEx. FedEx should return errors, I have
seen these. Shippinglogic itself doesn't do this because FedEx already
does.
Ben Johnson
Binary Logic
W: www.binarylogic.com
E: bjohn...@binarylogic.com
On Oct 3, 2009, at 5:36 PM, Alan wrote:
>
> If you pass in an invalid address, such as a zip and state not
> matching, an empty array is returned, no errors are raised.. Having
> worked with FedEx web services before, I know the service can return
> errors for less obvious issues, so the lack of error message coming
> through is problematic.