cancel
Showing results for 
Search instead for 
Did you mean: 

No trusted certificate found in SAP B1if

former_member203816
Active Contributor
0 Kudos

Hi All,

When I am calling a web service from B1if and I received the response as below "com.sap.b1i.xcellerator.XcelleratorException: XCE108 Caller returned HTTP error: HTTP-code: -1; HTTP-message: ; Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found".

We insall the certificates as per below link suggestion.

https://archive.sap.com/discussions/thread/3563008

I am using the below parameter while calling the web service through call web service atom.

<call>

<SOAPAction>

</SOAPAction>

<connect serviceport="Soap">

<destProtocol>https</destProtocol>

<destHost>my.salesforce.com</destHost>

<destPort>443</destPort> <destPath>services/Soap/c/42.0/00DW0000008yGXl/0DFW0000000CbUM</destPath> <query></query>

<proxyHost></proxyHost>

<proxyPort></proxyPort>

<authentification>none</authentification>

<user></user>

<password></password>

<method>GET</method> <trustStoreURI>/com.sap.b1i.vplatform.directory/Certificates/00DW0000008yGXl.jks</trustStoreURI>

<keyStoreURI></keyStoreURI>

</connect>

<payload operation="">

<login xmlns="urn:enterprise.soap.sforce.com"> <!--0 or many of these elements are allowed, order doesn't matter-->

<username>cw.admin</username>

<password>11111</password>

</login>

</payload>

<query id="httpheader.???" value=""></query>

</call>

if you have any idea then please let me know.

Accepted Solutions (0)

Answers (0)