API清理xml格式数据

Posted 逆水行舟-奕

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了API清理xml格式数据相关的知识,希望对你有一定的参考价值。

调用API时候,可能会报这个错  //The ‘ObjectContent`1‘ type failed to serialize the response body for content type ‘application/xml; charset=utf-8‘.

解决办法是:

//处理方法 在API的webApiConfig-加此代码
GlobalConfiguration.Configuration.Formatters.XmlFormatter.SupportedMediaTypes.Clear();


以上是关于API清理xml格式数据的主要内容,如果未能解决你的问题,请参考以下文章

OpenText Content Server Search API:通过 XML 格式的 URL 链接检索文件的类别数据?

Python数据清理之解析XML文件

WebApi接口 - 响应输出xml和json

WebApi接口 - 响应输出xml和json

1.3WEB API 默认以json格式返回数据,同时定义时间格式,返回格式

xml SpringMVC + FastJson + httl配置.springmvc在@ResponseBody时返回已经格式化的json串,方便测试api接口时查看返回数据;·prett