如何在asp.net mvc中获得USPS运费

时间:2012-02-03 16:47:07

标签: xml asp.net-mvc web-services razor xsd

在我的购物车中,我只想提供UPSP的运费。

我有USPS Userid and Password

当我将上述属性应用于upsp xml(测试api.dll --- RateV2)时,它们会给我一个错误,如下所示:

Invalid XML Element content is invalid according to the DTD/Schema.
Expecting: Machinable.

我已检查过https://www.usps.com/webtools/htm/Rate-Calculators-v1-3.htm

中的usps xml格式

但是我得错了。

任何人都可以帮助我。 如何解决这个错误..

2 个答案:

答案 0 :(得分:1)

将machinable的值传递为true,这是默认值。

答案 1 :(得分:0)

您可能遇到版本问题。您在上面引用的URL似乎指向RateV4,但您说您的测试dll适用于RateV2。