I'm trying to use soapUI 4.5.2 for the first time. I've created simple .NET ASPX web service and copied the following address into the soapUI:
http://localhost:52086/WebService1.asmx
But, the following error came up:
Error loading [http://localhost:52086/WebService1.asmx]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: does not close tag
I've disabled proxy option in soapUI preferences.
How to make it work?
Watch for ?wsdl.
You should use it like this:
http://localhost:52086/WebService1.asmx?wsdl