ContributionsMost RecentMost LikesSolutionsSSL Error while Running Test Case from Java but works perfect in Soap UI Tool Hello, I am using TestRunner from Java run SoapUI Test Case, which is working perfectly through SoapUI, however while running with Java I get SSL Exception, please advise. Below is code: TestRunner runner = testCase.run( new PropertiesMap(), false ); Below is the exception of SSL: 11:57:02,430 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\mcptt\soapui-settings.xml] 11:57:02,902 INFO [WsdlProject] Loaded project from [file:/C:/Code/workspace/BNEWMcpttTestAutomation/usm_soapui_project/MCPTT-BNEW-soapui-project.xml] 11:57:02,917 WARN [WsdlProject] Project 'BNEW-MCPN-MCPTT-USM-Backend' is from a newer version (5.5.0) of soapUI than this (4.0.1) and parts of it may be incompatible or incorrect. Saving this project with this version of soapUI may cause it to function differently. 11:57:04,485 ERROR [WsdlSubmit] Exception in request: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 11:57:04,486 ERROR [SoapUI] An error occured [sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target], see error log for details javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) Thanks Vishnu Re: SoapUI Mock Service not exposing WSDL Did you get chance to look into the project ? Re: SoapUI Mock Service not exposing WSDL It seems you put incorrect URL. Re: SoapUI Mock Service not exposing WSDL PFA the project. SoapUI Mock Service not exposing WSDL I am trying to create a mock service using WSDL in Soap UI Open Source 5.4.0. And it was created correctly, I am able to test it properly from my Soap UI Request. But then I create WAR and deploy it on tomcat server. Problem is when my application tries to create a client it requests the WSDL which Web Application(created via Soap UI WAR) doesn't returns and it fails. It just returns two lines and not complete WSDL. Below is the content which is returned while getting WSDL (after using the ?WSDL in the URL Endpoint). Can any one suggest some solution here ? This XML file does not appear to have any style information associated with it. The document tree is shown below. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:import namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" location="/cmismock?WSDL&interface=ObjectServicePortBinding&part=cmis.wsdl"> </wsdl:import> <wsdl:import namespace="http://docs.oasis-open.org/ns/cmis/ws/200908/" location="/cmismock?WSDL&interface=RepositoryServicePortBinding&part=cmis.wsdl"> </wsdl:import> </wsdl:definitions>