Windows Server 阻止 Web 服务?

Windows Server 阻止 Web 服务?

我有一个程序,它使用连接到服务器的 Web 服务来获取软件许可证。默认情况下,Windows Server 2003、2008、2008 R2、2012、2012 R2 会阻止此功能。但是,在 Windows XP、Vista、7、8、8.1、10 中,默认情况下它可以正常工作。

在 Windows Server 上,我尝试禁用防火墙,启用/禁用每个角色、功能和服务。还尝试下载 SOAP 工具箱,但没有帮助。

事件查看器显示以下内容,所有来源均来自多用户SOAP

Soap error: One of the parameters supplied is invalid.. (Client)
Soap error: Loading of the WSDL file failed. (Generic)
Soap error: XML Parser failed at linenumber 0, lineposition 0, reason is: The download of the specified resource has failed. (Generic)

还有什么可以阻止此操作?这基本上是任何 Windows Server 的全新安装,没有任何角色和功能。

答案1

我找到了!不得不禁用 Internet Explorer 增强安全配置(即 ESC)使用 Windows Server 上的 ServerManager.msc。

相关内容