SOAP HTTPs Consumer Request Error

SOAP Webservices HTTPs Consumer Request SSL Error


Scenario:

As a web services consumer, we initiated a web services business process script. In the script we sent a SOAP request to the web service provider.



Issue:

During the transmission of the data we received a communications error in the EBI Auditor.

EXTOL Business Integrator Auditor Error:

2015-10-21 13:56:11,719 [INFO] - Starting WebServiceConnector
2015-10-21 13:56:13,851 [INFO] - com.extol.logging.framework.storage.LogStorageNode@cd23eeb0
2015-10-21 13:56:16,015 [FATAL] - Web Service transaction with https://www.netchb.com:443/main/services/entry/EntryUploadService failed. Reason: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2015-10-21 13:56:16,019 [FATAL] - Error running Connect to Web Service task: null
2015-10-21 13:56:16,020 [INFO] - Completed Task.



Resolution:

We requested our web services trading partner (provider) to forward us their public SSL certificate. With the certificate we will import it into the EBI key manager.



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.