Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OPA-ERR-001 and OPA-RN-4 Error in Web Service Connector

2620130Jun 28 2016 — edited Jun 28 2016

Hi All,

I have implemented a webservice connector for Service Cloud and deployed on a remote server. In OPA(Cloud Service) Hub, the new connection I have added with the deployed webservice is successful. When I added this webservice connection in mapping settings for a project, I am getting below error.

opm error.png

Below are the errors in message logs.

OPA-RN-4 Error while processing SOAP request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:typ="http://xmlns.oracle.com/policyautomation/hub/12.2.2/metadata/types"><s:Header><wsse:Security s:mustUnderstand="1"><wsse:UsernameToken><wsse:Username>***</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">*******</wsse:Password></wsse:UsernameToken></wsse:Security></s:Header><s:Body><typ:get-metadata-request language="en-US"/></s:Body></s:Envelope>

OPA-ERR-001

| | |

SOAP Action "http://oracle.com/determinations/opahub/getendpointmetadata" Error getting data service metadata request - Soap Fault when retrieving Web Service Connector metadata: null: null

com.oracle.determinations.hub.exception.DataServiceAccessException: Soap Fault when retrieving Web Service Connector metadata: null: null

| | at com.oracle.determinations.hub.webservice.WebServiceMetaDataFactory.getEndPointXML(WebServiceMetaDataFactory.java:37) |
| | at com.oracle.determinations.hub.model.MetaDataEndPointRegistry.getEndPointXML(MetaDataEndPointRegistry.java:41) |
| | at com.oracle.determinations.hub.model.MetaDataEndPointCollection.getXMLEndPoint(MetaDataEndPointCollection.java:43) |
| | at com.oracle.determinations.hub.web.action.SoapGetEndPointMetaData.submit(SoapGetEndPointMetaData.java:59) |
| | at com.oracle.determinations.hub.web.OPAHubSoapServlet.doPost(OPAHubSoapServlet.java:121) |
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) |
| | at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) |
| | at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) |
| | at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) |
| | at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) |
| | at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184) |
| | at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3747) |
| | at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714) |
| | at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) |
| | at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) |
| | at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283) |
| | at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182) |
| | at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491) |
| | at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263) |
| |

at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

I took the request from log in the error OPA-RN-4 and tried in SOAP in getmetadata request, I am getting the response without any error.

|

Do anyone have idea on this?

Thanks in advance,

Ruba

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2016
Added on Jun 28 2016
1 comment
1,004 views