Forum Discussion

paericksen's avatar
paericksen
Occasional Contributor
11 years ago

unable to add WSDL using client certificate in 4.6.4

For WSDL locations that require a client certificate, when attempting to create a new SOAP project or add a WSDL to an existing project using SoapUI 4.6.4 (Build Date 20140110-2328) I get the following error message:

Error loading <WSDL>: org.apache.xmlbeans.XmlException: 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


The same WSDL works perfectly in SoapUI 4.6.3.

thanks for any assistance.

4 Replies

  • Also, using existing projects works fine within soapui Pro 4.6.4 - The error occurs only when a new project is created.
  • paericksen's avatar
    paericksen
    Occasional Contributor
    in this post, the poster seems to have the same issue using the WSDL at:

    https://dgpysws.pmum.gov.tr/dgpys/services/EVDServis.wsdl
  • paericksen's avatar
    paericksen
    Occasional Contributor
    here's the SoapUI Log for an attempt to use the above mentioned WSDL:

    2014-01-23 14:32:01,549 ERROR [WsdlLoader] Failed to load url [https://dgpysws.pmum.gov.tr/dgpys/services/EVDServis.wsdl]
    2014-01-23 14:32:01,549 ERROR [SoapUI] An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details
    2014-01-23 14:32:01,549 ERROR [errorlog] com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
    com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidDefinitionException(WsdlLoader.java:140)
    at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:127)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:535)
    at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:524)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:97)
    at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:236)
    at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
    at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:149)
    at java.lang.Thread.run(Unknown Source)