Recent Discussions
Can an end user move jar files to SoapUI 5.5? -- Help Please!
Hello! The issue is with the C drive files as user has to move some files from the C drive to run the software but is unable to do as it requires admin rights...Can this with out admin rights? Is there another way tomove files in SoapUI?12Views0likes0CommentsSecurity configuration for SOAP project using two way SSL with client certificate for auth
Hello Community, I am struggling with configuration of my SOAP project to use client certificate in two way SSL encryption tunnel. I tryied both these guides: -https://www.soapui.org/docs/soapui-projects/ws-security/ -https://www.soapui.org/docs/security-testing/ws-security-settings/ But unfortunatelly I cannot connect to the server. When I use CURL with cert and key it is working like a charm: curl --request GET --url https://XXXX/service1\?WSDL --cert cert.pem--key key.pem OR curl --request POST --url https://XXXX/service1 --cert cert.pem--key key.pem --header 'Content-Type: text/xml' --verbose -d @request.xml However when I create JKS trustore with both of them and I add it to SoapUI, according those guides, I am getting unauthorized response all the time. I tried it on Windows10 and Ubuntu22.04 with SoapUI 5.7.1 Could you please give me nudge or hint how should I configure the SoapUI project to authenticate using 2 way SSL? Thank you.312Views1like2CommentsIs setting the authprofile for a rest step supported by soapui ?
Is setting the authprofile for a rest step supported by soapui ? defauthProfileName = "Name of your profile" defproject = testRunner.getTestCase().getTestSuite().getProject() defauthProfile = project.getAuthRepository().getEntry(authProfileName) authProfile.setUsername("newUsername") authProfile.setPassword("newPassword") authProfile.setDomain("newDomain") //Set to true for pre-emptive authentication //Set to false for using global preference authProfile.setPreemptive(true) defstep = testRunner.testCase.getTestStepByName("Name of your request").getHttpRequest() step.setSelectedAuthProfile(authProfileNa68Views0likes0CommentsQuery regarding the SOAP UI open source and Java SE license
The SOAP UI open source version has been used by us for many years. The infrastructure group is evaluating the use of Java SE on each machine to avoid any Oracle license issues. Please let me know if we are responsible for the JRE that is bundled with SoapUI or if that is covered by SMARTBEAR since it is bundled with it.Solved198Views0likes4CommentsIncorrect redirect on SoapUi Learn page
Hi guys. After entering Learn section on Smartbear’s SoapUI page (soapui.org/learn/), there’s an option to read The Beginner’s Guide to Using and Testing RESTful APIs. After clicking Read the ebook button, I am redirected to SmartBear staging environment instead of getting the ebook. is there a way to read it? Cheers The link I get redirected to is: https://staging.smartbear.com/CMSPages/logon.aspx?ReturnUrl=%2fresources%2febooks%2fbeginners-guide-to-rest-testing%2f%3f_ga%3d2.57090858.1288849915.1701169563-605120558.1701169563&_ga=2.57090858.1288849915.1701169563-605120558.170116956388Views0likes0Comments