Web 服务调用返回 405 方法不允许错误
我目前在 iis 7.5、windows server 2008 R2 上部署了 wcf 应用程序。我正在使用 asp 4.0 mvc,它调用 wcf Web 服务应用程序的不同方法。
当我向 wcf 应用程序中的任何方法发出 ajax GET 请求时,我得到了预期的 json 结果,并且一切正常。但是,当我发出 POST 请求时,出现 405 method not allowed 错误。
我检查了 iis 中的“句柄映射”,所有 .svc 映射都允许所有动词。
1.我的svc-ISAPI映射到aspnet_isapi.dll。
- 我的 svc-Integrated 映射到“System.ServiceModel.Activation.HttpHandler,System.ServiceModel,Version=3.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089”
所有映射似乎都是正确的。
我不知道为什么我的 POST 不起作用。
谢谢, 马特
I currently have a deployed wcf application on iis 7.5, windows server 2008 R2. I am using a asp 4.0 mvc which calls the different methods of the wcf web service application.
When I make an ajax GET request to any method in the wcf application I get the expected json result and all works fine. However, when I make a POST request I get the 405 method not allowed error.
I checked the "Handle Mappings" in iis and all the .svc mappings allow ALL Verbs.
1. My svc-ISAPI is mapped to aspnet_isapi.dll.
- My svc-Integrated is mapped to "System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
All the mappings seem to be correct.
I am not sure why my POST will not work.
thanks,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论