Web 服务调用返回 405 方法不允许错误

发布于 2024-11-19 17:42:02 字数 531 浏览 3 评论 0原文

我目前在 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。

  1. 我的 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.

  1. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文