Getting Started With ASP.NET MVC3 & Google Checkout: Take 2

浪子不回头ぞ 提交于 2019-12-06 13:08:36

You state:

The HTTP post should have the following headers.

Content-Type: application/xml;charset=UTF-8

yet that is clearly not xml in your payload, and that isn't an xml header in the trace... it looks to me simply that you aren't sending the right data to the API.

This may be a dumb question, but is there a reason that you're not using Google's .NET DLL?

I realize the example on google code is for a windows form app, but the objects used to post the checkout request should work just fine from your controller.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!