Global web icon
stackoverflow.com
https://stackoverflow.com/questions/13994164/soapu…
web services - SOAPUI Certificate authentication - Stack Overflow
You need to configure soapui for client certificate authentication. There are a number of ways to do this. You can add an authentication option under the connection details for the project. You can configure the certificates for the request under the ws-auth tab Have a look at the link below. It gives some basic setup steps to assist with soapui SoapUI Configure Client certificate ...
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
How to enable TLS 1.2 in SoapUI - SmartBear Community
I ran into same issues with enabling TLS 1.2 in SoapUI, and adding those parameters helped. But it's only for desktop version. Does anyone knows how to enable TLS 1.2 in SoapUI maven plugin?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/11088483/soapu…
SoapUI "failed to load url" error when loading WSDL
0 Update SoapUI version to SoapUI 5.5.0. This error causes when I tried to load wsdl, because of old SoapUI version
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
[Solved] SSL Handshake exception calling a secure webservice
Hello,I'm trying to use Soap UI to connect to a secure SOAP web service, for which there should be a registered certificate. The wsdl address...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/34989607/soapu…
SOAPUI - configure endpoints and resources for TestCase/TestSuite ...
SOAPUI - configure endpoints and resources for TestCase/TestSuite Asked 9 years, 10 months ago Modified 6 years, 3 months ago Viewed 15k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/33502377/soapu…
SoapUI raw request not showing JSON body - Stack Overflow
Check in the SOAPUI Preferences panel that your request size doesn't exceed the Size of Raw Request Message to Show: property and has Wrap content in Raw Message Viewers property checked in UI Settings tab. Open File > Preferences in menu (CTRL + ALT + P) and check this values: Finally as @AlexE says in the comment, save preference using in the menu File > save preferences and restart SOAPUI ...
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
SoapUI 5.3 released! - SmartBear Community
SoapUI 5.3 is released today!   Additions include SwaggerHub improvements, OAuth improvements (most notably OAuth 1 support), Postman importer plugin...
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
Using parameters in JSON Body in REST HTTP POST method
Hi,I am trying to create a REST HTTP Request for a POST Method, using JSON data in the body. I am trying to use parameters instead of values in the body. For...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/5389568/how-to…
soapui - How to use Soap UI without wsdl? - Stack Overflow
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?
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
[RESOLVED]how to run testsuites in multiple projects in one click from ...
Hi, I have a few projects with test suites, test cases, etc. At present I open the projects in SoapUI, double click the project, go to the "TestSuites" tab and run the test cases in parallel. I repeat the steps for all my projects to run the testsuites/testcases in the project. I also have a Junit testsuite in my java layer that uses SoapUITestCaseRunner to run all my SoapUI projects ...