Fix "Unable to Find Package" NuGet Error in Visual Studio C#
In this video, I will show you how to identify SOAP version 1.1 or 1.2 from a WSDL in SOAP UI. Actually, this is easier than you might think. So, follow these steps:
1. Open SOAP UI.
2. Load your WSDL into SOAP UI. And then SoapUI will parse the WSDL and list the operations.
In my case sample WSDL link is : http://www.dneonline.com/calculator.asmx?wsdl
Then you will get as shown below :
3. Then, click on CalculatorSoap and CalculatorSoap12, and then check the "SOAP Version" section to find the SOAP version.
Note that you may have different methods than CalculatorSoap and CalculatorSoap12.