16 years ago
Send XML Soap
I am new to SoapUI pro so forgive my dumb questions. I was a meeting and a friend showed me how he can take XML code and send it and then of course check all the returns etc to get everything correct before integrating it into the actual code.
I have tried to get this setup in the trial version but dont seem to set it up correctly.
Basically I have the URL, login and password, and the send envelope. I found the place to enter all of this info, but when I launch I get a handful of errors and not sure what to try next. See the testrunner below. Can anyone tell me what I am doing wrong or where I can find documentation on the part I want to use? thank you!
Running soapUI TestRunner for [CCN]
directory: C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\.
command: cmd.exe /C testrunner.bat -sTestSuite 1 -cTestCase 1 -I -i C:\XML TEST\CCN-soapui-project.xml
JAVA_HOME is not set, unexpected results may occur.
Set JAVA_HOME to the directory of your local JDK to avoid this message.
java.lang.NoClassDefFoundError: com/eviware/soapui/tools/SoapUITestCaseRunner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main"
I have tried to get this setup in the trial version but dont seem to set it up correctly.
Basically I have the URL, login and password, and the send envelope. I found the place to enter all of this info, but when I launch I get a handful of errors and not sure what to try next. See the testrunner below. Can anyone tell me what I am doing wrong or where I can find documentation on the part I want to use? thank you!
Running soapUI TestRunner for [CCN]
directory: C:\Program Files\eviware\soapUI-Pro-3.0.1\bin\.
command: cmd.exe /C testrunner.bat -sTestSuite 1 -cTestCase 1 -I -i C:\XML TEST\CCN-soapui-project.xml
JAVA_HOME is not set, unexpected results may occur.
Set JAVA_HOME to the directory of your local JDK to avoid this message.
java.lang.NoClassDefFoundError: com/eviware/soapui/tools/SoapUITestCaseRunner
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main"