Home > Net >  Webservice calls can't use HTTPS way?
Webservice calls can't use HTTPS way?

Time:02-13

Access directly with winform aspx, till now changed webservice, use the browser can normal open HTTPS at the beginning of the WSDL url, add the references to start the winform complains, found that do not support HTTPS tested a lot of reasons, into a normal HTTP can


Looked at the last two lines of XML automatically generated reference address is HTTP rather than HTTPS

The XML stored on the server, manually modify the XML HTTP to HTTPS, app. Also manually modify the config for HTTPS, - may be this is the way I fantasy, can add the reference normal, but as long as the same failure after launch,

Simple said: do not seem to support HTTPS? But baidu saw there are many is to use the HTTPS webservice way...


CodePudding user response:

WSDL automatically generated finally reference is HTTP

 & lt; WSDL: service name="WebService" & gt; 


CodePudding user response:

Done
  •  Tags:  
  • C#
  • Related