使用postman测试.net webservice接口

webservice接口测试方式有很多种,可以通过程序直接测试,但是对于有out参数或者非基元素类型的,在界面不能直接测试,可以自己写测试程序测,另外一种也可以通过postman去测试,之前用postman测试更多的是webapi。

1.程序直接测试

使用postman测试.net webservice接口_第1张图片

使用postman测试.net webservice接口_第2张图片

使用postman测试.net webservice接口_第3张图片

这种方式对于有out返回值的,不能直接测试。

 使用postman测试.net webservice接口_第4张图片

使用postman测试.net webservice接口_第5张图片

这种可以通过写测试程序,引用webservice服务测试,还可以通过以外postman工具测试。

2.postman工具测试

使用postman测试.net webservice接口_第6张图片

使用postman测试.net webservice接口_第7张图片

body中raw内容来自于:

使用postman测试.net webservice接口_第8张图片

返回Table类型的:

使用postman测试.net webservice接口_第9张图片

3. 通过引用服务直接测试 

你可能感兴趣的:(WebService,postman,webservice)