为什么WSDL文件有httpS?我只需要http [英] why does WSDL file have httpS? i just need http

查看:341
本文介绍了为什么WSDL文件有httpS?我只需要http的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我构建了我的c# 网络服务。 经过测试。 我构建了我的Android应用程序。 经过测试。 一切都很好。 我试图让这些东西互相交谈......失败。 我在wsdl中找到了这些行。

I built my c# web service.  Tested it.  I built my android app.  Tested it.  All is well.  I tried to get these things to talk to each other...FAIL.  I found these lines in my wsdl.


<wsdl:service name="Service1">
- <wsdl:port name="Service1Soap" binding="tns:Service1Soap">
 <soap:address location="https://192.168.1.100/myws/service1.asmx" /> 
 </wsdl:port>
- <wsdl:port name="Service1Soap12" binding="tns:Service1Soap12">
 <soap12:address location="https://192.168.1.100/myws/service1.asmx" /> 
 </wsdl:port>
 </wsdl:service>

推荐答案

请确认IIS未配置SSL myws级别,或在网站级别。此信息只能来自IIS。
Please confirm that IIS is not configured for SSL, either at the myws level, or at the web site level. This information can only come from IIS.


这篇关于为什么WSDL文件有httpS?我只需要http的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆