I've been trying to give more information to the provider about the error I'm getting when trying to consume one of his WS.
They asked me to use wsdl.exe to execute the following command:
wsdl.exe /l:CS /protocol:SOAP /verbose /sharetypes https:example.com/?wsdl
I did it, and got: Error: There was an error processing 'https://example.oom?wsdl'. - There was an error downloading 'https://example.com?wsdl'. - The request was aborted: Could not create SSL/TLS secure channel.
Thing is that I have a cert to navigate that "https://example.com?wsdl" and I think it's properly installed. When I try to go to that URL in IE I only need to select the cert from a list and give it a certain permission. Then the wsdl is displayed. I asked my WS provider to tell me how can I tell the command: "use ssl. Use this cert". They told me to ask my networking team, but I've got no such thing, so I asked google, and I found: 1) enable SSL/TLS (if that means go to: IE > Internet Options > Advanced > SSL/TLS enabled, I did it) and 2) check the cert is installed and available. Which I think it is.
Can anyone tell me what can I do? How is it that the cert is installed, but the command can't reach it?
Load the WSDL up in IE and save it as XML, then point wsdl.exe to the local copy of the file
wsdl.exe no longer seems to recognise XML file types.Error: Unrecognized file type '*file path*'. The extension must be one of .wsdl or .xsd.
– Ballance