soapUI: Error does not close tag

前端 未结 6 1173
面向向阳花
面向向阳花 2021-02-05 01:17

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         


        
6条回答
  •  难免孤独
    2021-02-05 01:36

    I had the same problem with SoapUI 5.0.0 on Linux Mint.
    In my case the wsdl url was correct and it could be reached via any browser.(you might need to add '?wsdl' to the end of url).

    http://localhost:52086/WebService1.asmx?wsdl
    

    In my case, I had configured my firefox to use a proxy server and Soupui was trying to load proxy setting from my Mozilla Firefox which caused SoapUI to be unable to resolve import XSD of WSDL which resides on my local Network. After setting proxy to None in Soapui the problem has been resolved too.

    File->Preferences->Proxy Settings->None

提交回复
热议问题