且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IIS 7.5,Web服务和HTTP 405错误

更新时间:2023-12-05 15:01:22

在挣扎几个小时,这是最终的解决方案,帮助我(从小提琴手测试):

After hours of struggling, this is final solution that helped me (tested from fiddler):


  1. 在IIS 7.5 - > YourWebsite - >处理程序映射

  2. 选择添加模块映射选项,在面板的右侧

  3. 在请求路径字段中输入*的.wsdl

  4. 在模块栏中输入ProtocolSupportModule

  5. 单击请求限制,进入动词标签

  6. 输入POST谓词

  7. 保存更改

结束瞧,小提琴手不再与405,但与快乐200的答案。

End voila, fiddler no longer answers with 405 but with happy 200.