Forum Discussion
leskop
14 years agoOccasional Contributor
based on error in log you pasted:
seems you're missing correct endoint URL.
try append protocol in URL (http or https) like:
or with port (8080 in this case)
java.net.MalformedURLException: no protocol: simple-manage-soapui-project.xml
seems you're missing correct endoint URL.
try append protocol in URL (http or https) like:
http://localhost/
or with port (8080 in this case)
http://localhost:8080/