I need to consume a WSDL document. As of 2003, Microsoft suggested programs use SOAP 1.2.
Unfortunately, the megacorp hosting the data I need is still using SOAP 1.1.
This causes visual studio to crash when I try to parse the WSDL.
Is there a way to consume a WSDL 1.1 document using visual studio?
In addition to using Soap 1.1, note the following issues
* The MIME types are wrong
* The SSL cert is invalid
* Some of the metadata doesn't follow standards
To be clear, I have no control over this WSDL. It is controlled by a Fortune 500 company. As of 2017, the latest version still does not use SOAP 1.2.