I'm using SoapUI to generate my web service client classes (using wsimport/jax-ws ri if it makes a difference). I've had no problem with this for several services, however, the one im working on now has a wsdl file which is served via https and I get the following error when I try to generate my client classes.
[ERROR]
sun.securit...
We have a need to send a SOAP message from within a testcase and also test what is sent to our mock service at the same time. So something like this:
Send SOAP Request -> Webservice
Response <- Webservice
20 or 30 seconds later
This is a different request coming to our Mock Service on SOAPUI
Mock Service <-Webservice
I want to hav...
Hi all,
I'm trying to compare two arrays in groovy. My attempts so far have yielded a mixed response and therefore I'm turning to the collective for advice.
In the following code I'm taking 2 REST responses, parsing them and placing everything under the Invoice node into an array. I then further qualify my array so I have a list of Inv...
I am mocking my web service using soapUI.
Now, I also want to test fault. For this, the mock service (=soapUI) should return a HTTP 500.
Does anyone know, how soapUI can do this?
thanks
...
I have a test where I am sending a message in SOAPUI, usually this will trigger an message coming back asynchronously to my Mock Service so I have a Mock Response.
Now I have a testcase where receiving any message to my mock service would be considered failure.
Other tools I have used in the past had the concept of unexpected messages...
I'm running a script made in Groovy from Soap UI and the script needs to generate lots of files.
Those files have also in the name two numbers from a list (all the combinations in that list are different), and there are 1303 combinations
available and the script generates just 1235 files.
A part of the code is:
filename = groovyUtils....
When the attachment file is a image or doc file , then the response is not in xml format.not even in human readable format (when seen in soapUI),
and if the attachment file is a small text file , in this case the response is in xml format and file is got as base64 format string with the response in tag.
I want to download a attached...