My scenario is Proxy to Soap.
while testing I am getting below error.
*<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>*
*- <!-- Inbound Message*
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>XIAdapterFramework</SAP:Category>
<SAP:Code area="MESSAGE">GENERAL</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: iaik.security.ssl.SSLCertificateException: Peer certificate rejected by ChainVerifier</SAP:AdditionalText>
<SAP:Stack />
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
Here i am using User authentication only. I am not using any certificate authentication.
Here Target Url is https://api-demo.e-xact.com/transaction If need to send Soap request as HTTPS do i need to use Certificate? or not?
Thank you
Srini
Edited by: srinivasreddy p on Feb 16, 2011 2:16 PM