Hi Cloud Gurus,
JDev version details :
Studio Edition Version 11.1.1.7.0
Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
I am working on requirement which need integration of PaaS to SaaS Oracle ERP application .
I am using ErpIntegrationService WSDL services to achieve this integration, When i am creating Webservice proxy and running as standalone Java method things are working fine. but when I include as proxy client to ADF application i am getting below error :
<oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl> <DiagnosticsDataExtractorImpl> <createADRIncident> <incident 12 created with problem key "ADFC-00032 [ADFc]">
<oracle.adf.view> <RichExceptionHandler> <_logUnhandledException> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5>
javax.faces.FacesException: #{pageFlowScope.BackinBeanName.methodName}: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
at oracle.adf.view.rich.component.rich.nav.RichCommandMenuItem.broadcast(RichCommandMenuItem.java:105).
I have configured keystore with SSL certificate.
Please suggest me some pointer which i can try
Thanks in Advance.
Prabeeth