Top "Soapui" questions

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.

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/…

soap soapui soap-client
Is it possible to run specific test steps in other Test Cases from a Groovy Script test step

Is it possible to run specific test steps in other Test Cases from a Groovy Script test step? Can't figure …

soapui
Pass a time object to soapui and get exception

I use SoapUI to mock a WCF service. There is an object. CallBeginTime = {2/22/2013 8:22:54 AM} Date: {2/22/2013 12:00:00 AM} Day: 22 DayOfWeek: Friday DayOfYear: 53 …

wcf soap soapui
SoapUI handshake_failure on https endpoint service

When the project endpoint moves to https from http, I got handsshake_failure error for the request. By checking some …

soapui
SoapUI : is it possible to autogenerate the value from an element in a SOAP message?

With SoapUI it's possible to send Soap XML message to a WCF service. I've the following SOAP message: <soap:…

xml random guid soapui
How to escape ampersand (&) in soap UI

I am using soap UI (from smartbear) to send soap requests in xml format as : <soapenv:Envelope xmlns:soapenv="…

xml soap xml-parsing soapui
how to create a SOAP UI project and run requests to it in Java

I want to create a Java class that will do the following 1. load/create a SOAPUI project using a wsdl. 2. …

java soapui
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=…

java validation spring-boot soapui
java.net.SocketTimeoutException: Read timed out in SoapUI

I am using jboss7 server, when I am creating the client for web-service, then facing issue, java.net.SocketTimeoutException: Read …

soapui
Improve SOAP UI performance

I've started using SOAP UI recently to test web services and it's pretty cool, but it's a huge resource hog. …

web-services soapui