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…
[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 ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42687712/soap-…
SOAP UI - ERROR:Exception in request: javax.net.ssl ...
Solution- upgrade to SoapUI 5.5.0 (which is the current latest version as of March 2019) fixed both issues. Choose option to upgrade the current SoapUI version. If you are upgrading the current version it will install new vmoptions file. (the first issue of ssl handshake is also fixed in 5.5.0, no need of adding parameters for TLS in vmoptions ...
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
How do i get JSON values from a response in Groovy
Hi I figured out how to grab NodeValue from XML responses in Groovy using: def groovyUtils = new com.eviware.soapui.support.GroovyUtils ( context ) def holder = groovyUtils.getXmlHolder ("create a TSA user#Response") //Get account ID from the response context.accountId = holder.getNodeValue ("//accountId") log.info ("Storing context.accountId=" + context.accountId ); How would I do the same if ...
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
Unable to get the Response in SOAP UI.. - SmartBear Community
Hi.. I am unable to get the response when I have executed the request thru SOAP UI tool. The other services are working fine. Don't know what is wrong. The same Service which I am testing is working fine in other tool.It is giving proper response. When I execute the request ,after certain amount of time it is giving "<missing raw response data>". Can anyone give me solution for this.????
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…
After update to Soap 7.5.0 is the raw view chown by default
Same. been using soapui for years on this machine. first upgrade that caused this behavior. Switching to XML doesn't persist; each execution returns RAW.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/16981902/soap-…
soap parsing wsdl error: Unexpected element: TAG_END
The issue is that soapui doesn't know where to find the schema file. If your wsdl is deployed to a server, it will return a url of the xsd file to include and soapui will be able to find it....
Global web icon
smartbear.com
https://community.smartbear.com/discussions/soapui…
creating WSDL and getting error: org.apache.xmlbeans.XmlException ...
Save the file to your local machine. After creating a new project in SoapUI, right-click the project and choose "Add WSDL". Enter the path to the saved XML file. SoapUI will correctly interpret the file and create the necessary information tree. The resultant SoapUI tree looks similar to the following:
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/25288101/how-t…
How to post values in SOAPUI in rest - Stack Overflow
I am analyzing SoapUI for Rest services and cant get my head around on how to post values in a request. There are options available to send the values in a querystring or header (query/template/hea...