Postman测试WebSerivce接口
起因
今天有一个前同事说用Postman验证WebSerivce提交数据一直有问题,我原先没用Postman测试WebSerivce接口,于是便用Postman测试了一下如何提交数据给WebService接口,顺便做个记录.Postman验证WebService接口
首先在浏览器中访问WebSerivce接口.
在Postman中设置请求头参数

在Postman设置调用参数

秋风
2020-12-02