ORABPEL-12532 Property setIRepOverloadSeq Is Not Defined For oracle.tip.adapter.apps.AppsStoredProcedureInteraction
(Doc ID 1219823.1)
Last updated on SEPTEMBER 01, 2024
Applies to:
Oracle E-Business Suite Integrated SOA Gateway - Version 12.1.1 to 12.2 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
1. Login as sysadmin user.
2. Click on Integrated SOA Gateway
3. Click on Integration Repository
4. Search for a PLSQL api.
5. Click on Generate WSDL.
This will throw the error :
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns="">SOAP-ENV:Server</faultcode><faultstring xmlns="">Error occured while service was processing.</faultstring></env:Fault></env:Body></env:Envelope>
6. Check the SOA Monitor for the detailed error. It will show the following stack:
oracle.apps.fnd.soa.util.SOAException: ServiceProcessingError: Exception returned from JCA Service Runtime. file:/opt/app/OMSOAF/inst/apps/OMSOAF_sf2p-dev-oapp1/soa/PLSQL/2678/LOAD_ROW.wsdl [ LOAD_ROW_ptt::LOAD_ROW(InputParameters) ] - WSIF JCA Execute of operation 'LOAD_ROW' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec due to: Error while setting JCA WSDL Property.
Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec@ Please verify the spelling of the property.
at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.invoke(JCAHandler.java:209)
at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.handleRequest(JCAHandler .java:153)
at oracle.apps.fnd.soa.provider.SOAProvider.processMessage(SOAProvider.java:295)
Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec@ Please verify the spelling of the property.
at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.invoke(JCAHandler.java:209)
at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.handleRequest(JCAHandler .java:153)
at oracle.apps.fnd.soa.provider.SOAProvider.processMessage(SOAProvider.java:295)
Changes
This issue is most likely to happen after application of one-off Patch 8459663 that delivers the fix from 8608778
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |