I am making a call to a SOAP web service in Visual Studio, using Service References. I believe that Visual Studio defaults to using SOAP 1.2. The service I am consuming is SOAP 1.1. Is there any way to force Visual Studio to use the SOAP 1.1 protocol?
I am quite new to SOAP, and appreciate any suggestions you may have
.NET version is 4.5
Thank you
Chris