-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR [GuiController] SoapUIException while loading WSDL: null #4
Comments
Hm... I don't get this error when the service is running. |
@CheariX Thanks. But i tried many times, but i got the same error. |
i change rampart service port to 9999 but i got other error: Jul 24, 2016 1:13:09 AM org.jdesktop.beansbinding.util.logging.Logger log |
Can you try to use a proxy (e.g. Burpsuite) and start WS-Attacker as follows: java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8080 -jar -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8080 WS-Attacker-1.8-SNAPSHOT.jar I have the feeling that there is some trouble with the proxy setting (even the GUI settings seems to make problems, but the commandline should work) |
the same error. :( Can you share your WS-Attacker-1.8-SNAPSHOT.jar file? Thanks! |
WS-Attacker-1.8-SNAPSHOT.jar.zip The dependecies are missing due to file size limit (10 mb). You need to unzip the file. |
thanks but i got this error.:( 21:51:12,536 INFO [PluginManager] Successfuly loaded 17 of 17 plugins |
I could finally detect, that SoapUI seems to have a Dependency to "junit-4.12.jar". |
:( it don't work for me... |
hm... this is strange. junit-4.12.jar should at least solve this issue:
But in your second post, you got
Is this still the case? |
I had the same issue... closing running SoapUI fixed it. Probably some kind of conflict is going on. |
13:50:06,275 INFO [PluginManager] Successfuly loaded 16 of 16 plugins
13:50:06,341 INFO [Preferences] Could not load config '/home/ddos/Desktop/WS-Attacker/runnable/wsattacker_config.xml'. Reason: wsattacker.persistence.XmlPersistenceError: Could not load config from File '/home/ddos/Desktop/WS-Attacker/runnable/wsattacker_config.xml'
13:50:14,741 INFO [GuiController] Trying to load WSDL from 'http://localhost:8080/axis2/services/Version?wsdl'
13:50:16,859 ERROR [errorlog] com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
13:50:16,866 ERROR [GuiController] SoapUIException while loading WSDL: null
13:59:27,018 INFO [GuiController] Trying to load WSDL from 'http://localhost:8080/axis2/services/Version?wsdl'
13:59:29,026 ERROR [errorlog] com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
13:59:29,030 ERROR [GuiController] SoapUIException while loading WSDL: null
14:00:00,522 INFO [GuiController] Trying to load WSDL from 'http://localhost:8080/axis2/services/sample02?wsdl'
14:00:02,530 ERROR [errorlog] com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
14:00:02,534 ERROR [GuiController] SoapUIException while loading WSDL: null
The text was updated successfully, but these errors were encountered: