ServiceStack.Hello——跨平台.net REST api服务搭建
自己创建:
https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice
直接下载源码:
https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/ServiceStack.Hello
在VS2013中启动项目:
查看metadata:
http://localhost:62577/servicestack/metadata
点击页面中的XML跳转到http://localhost:62577/servicestack/xml/metadata?op=Hello
使用Fidder发送页面中的XML请求描述,如下所示:
发送请求:
返回来的响应:
时间: 2024-10-23 00:45:37