soapUI is the desktop application for inspecting, invoking, monitoring, and simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.

learn more… | top users | synonyms

0
votes
1answer
27 views

Load testing web service with SoapUI to confirm android app's slowness

The AUT is on Android platform which has experienced slowness or long time loading a section's contents (more than 17s). I can notice the app only has long time loading the first time I enter that ...
0
votes
1answer
18 views

Remove WSDL from SoapUI project without removing test suite [To reduce size of SoapUI project file]

I have a SoapUI project which includes both the WSDL and the test suites. But the size is pretty large. Is there a way to remove the wsdl, retaining the test suites so that the size would be less. I ...
3
votes
1answer
97 views

Testing EJB based web service - Java vs .NET vs SoapUI

I am testing a workflow application that takes the user step by step through each task. The inputs in each task are basically just barcodes or some numerical values. Fortunately, each task has an EJB ...
2
votes
0answers
91 views

How to deserialize and correlate Binary Large Objects in Load Runner 11.5 Web Custom Request?

I'm working on a Silverlight based application. We've recorded the scripts using Load Runner 11.5 and while replaying to find dynamic values for correlation, we found out that the entire data in a ...
8
votes
3answers
439 views

Data generation for QA tests

This question is kind of general and not very specific. We have a Java project that uses Oracle database. We are currently using SoapUI tool for the QA tests. Each test needs some data to exist on the ...
2
votes
2answers
797 views

Is there a way to use variables in SoapUI?

I am trying to use SOAPUI to send to a REST API. Is there a way to use variables. E.g if the post request has { "eventType": "check", "emailAddress": "email@emailtesting.com", "source": ...
2
votes
1answer
334 views

Can testcases in .csv or excel format be imported in SOAP UI?

I am using SOAP UI to test our RESTful search service. The search request is of the form : { "className": "Pets", "searchType": "SearchResult", "query": ...
3
votes
2answers
600 views

Problem in First soapUI Project

I have download SoapUI trial from SoapUI site, went go to following page: http://www.soapui.org/Getting-Started/your-first-soapui-project.html created a soapUI project; added following WSDL: ...