Questions tagged [soapui]

SoapUI is an open-source desktop application providing functional testing, load testing, security testing, API mocking, and API monitoring for both SOAP/WSDL and REST/WADL web services. Questions about the professional versions of these tools, such as SoapUI Pro, should be tagged with ready-api.

SoapUI is an open-source desktop application providing functional testing, load testing, security testing, API mocking, and API monitoring for both SOAP/WSDL and REST/WADL web services. Besides web-service protocols and standards, it also supports JMS, AMF, JDBC, and other technologies.

Notable features of SoapUI include (among many):

Information to Provide When Asking Questions

  • Which version of SoapUI are you using? It may be relevant because libraries and features and the API can change.
  • Are there any warnings or errors in the logs? Check the tabs along the bottom of the UI and include these in the question (as text, not an image) if they look relevant.
  • Provide a minimal reproducible example, particulary if your question concerns Groovy, JavaScript, XPath, XQuery, or JSONPath. A minimal reproducible example is not just a big code dump, but something that succinctly reproduces your problem.
  • As well as describing what you're having a problem with, it can also be helpful to say why you're doing it this way. Someone may know of a better way to do the same thing.

Without the above information it's hard for others to understand your problem and provide answers and you may risk having your question put on hold for being too broad or unclear.

Also remember to check out the tutorials and sample projects. You may be able to test some scenarios and ideas in these projects to better understand your problem.

Resources

Other Technologies in SoapUI

You need to understand a couple of other technologies to use SoapUI effectively, particularly when crafting assertions and automating your testing:

Note: SoapUI 5.5 uses an older version of the JayWay JSONPath library (version 0.9.1) compared to that used in SoapUI Pro (version 2.4 in SoapUI Pro version 2.3+), so you may get different behaviour if you're using both products.

Books

The SoapUI documentation is good enough to help you install the product and get a few projects up and running, so you may not need books that walk you through those procedures. So cookbooks and how-tos might be of more benefit. For example:

Related Tags

4614 questions
62
votes
16 answers

Spring boot validation annotations @Valid and @NotBlank not working

Given below is my main controller from which I am calling the getPDFDetails method. @RequestMapping(value=PATH_PRINT_CONTRACTS, method=RequestMethod.POST) public ResponseEntity printContracts(@RequestBody final UpdatePrintContracts…
Poonkodi Sivapragasam
  • 1,127
  • 4
  • 18
  • 27
58
votes
3 answers

SOAP-UI - How to pass xml inside parameter

In SOAP-UI I am making a request to a web service like this:
RedEagle
  • 4,418
  • 9
  • 41
  • 64
49
votes
4 answers

Setting up HTTP Basic Authentication for all requests

Is there a way to set up HTTP Basic Authentication for all requests in a SoapUI project? I know it can be done for all requests within a TestSuite but I cant figure out how to do it for all requests in all TestSuites.
DisscCoder
  • 569
  • 1
  • 4
  • 7
47
votes
5 answers

Testing web service with SoapUI and Windows authentication

Is it possible to include the Windows domain credentials to test my web service with SOAP UI? I found a properties page but the IIS just responses with "wrong credentials".
Henrik P. Hessel
  • 36,243
  • 17
  • 80
  • 100
46
votes
10 answers

How to increase text size in SoapUI

Using SoapUI v 3.6.1 on Windows 7 and the text is tiny. Didn't find an option to increase text.
Ura
  • 2,173
  • 3
  • 24
  • 41
40
votes
2 answers

SoapUI change endpoint address

I'd like to change the endpoint address, but it's giving me defined values, I mean, only one value "/". I tried writing there, but it did not work - it is not editable. How can I change it?
Jaanus
  • 16,161
  • 49
  • 147
  • 202
40
votes
5 answers

SoapUI with Fiddler

I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like http://localhost./myservice/myservice.asmx http://localhost:8888/myservice/myservice.asmx The later one though goes via fiddler, but…
Ashish
  • 2,544
  • 6
  • 37
  • 53
40
votes
16 answers

SoapUI "failed to load url" error when loading WSDL

I keep having some weird problems. The main one is that I keep getting the following error when trying to add a WSDL to a new project: Error loading [https://.../token?wsdl]: java.lang.Exception: Failed to load url; https://.../token?wsdl, 0…
Pancho
  • 506
  • 1
  • 4
  • 9
39
votes
3 answers

How to use Soap UI without wsdl?

Hi I have installed Soap UI...Like C, Java we will create some sample program. likewise i wanted to use some sample request and response..how to create a request and response without wsdl?
ChanGan
  • 4,254
  • 11
  • 74
  • 135
39
votes
6 answers

soapUI: Error does not close tag

I'm trying to use soapUI 4.5.2 for the first time. I've created simple .NET ASPX web service and copied the following address into the soapUI: http://localhost:52086/WebService1.asmx But, the following error came up: Error loading…
tesicg
  • 3,971
  • 16
  • 62
  • 121
37
votes
5 answers

How to integrate soapUI with Jenkins?

Anyone know a good way to add soapUI tests to my CI builds ?
Michael
  • 22,196
  • 33
  • 132
  • 187
37
votes
7 answers

SoapUI on windows 10 - high DPI/4K scaling issue

SoapUI doesn't seem to be DPI-Aware and displays too small on my high DPI screen (tiny text and buttons). Other applications are running fine (screen resolution 3840 x 2160). Version: SoapUI 5.1.2 OS: Windows 10 I have tried: Configure SoapUI to…
Antony
  • 1,221
  • 1
  • 11
  • 18
35
votes
4 answers

How to change endpoint address for multiple tests?

I know how to change endpoint for each test, but I have 100+ tests so I would like to select project/all tests and say set new endpoint. Is it posible?
yura
  • 14,489
  • 21
  • 77
  • 126
34
votes
5 answers

SoapUI: ConnectException: Connection timed out:

i try to send request via REST. I get success response when using firefox rest-client, but in SoapUI i get exception attached below. How to resolve this issue? Thanks. java.net.ConnectException: Connection timed out: connect at …
katrin
  • 1,146
  • 1
  • 13
  • 24
34
votes
4 answers

Where do I set character encoding in SOAPUI Preferences

I can't seem to find any character encoding options in SoapUI preferences. I want to mock xml response in iso-8859-1 encoding.
user310291
  • 36,946
  • 82
  • 271
  • 487
1
2 3
99 100