FND_SOA_SERVICE_EXECUTION_ERR
Hi all,
We created a custom PLSQL Package, and generated a Web Service using Integrated SOA Gateway. Everything is OK , till the Web Service Call.
It ends up with the following 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="">FND_SOA_SERVICE_EXECUTION_ERR:oracle.apps.fnd.soa.util.SOAException: ServiceExecutionError: Error while executing the service Exception returned from JCA Service Runtime. Missing class: oracle.tip.adapter.fw.log.ISGLogObjectPerRequest Dependent class: oracle.apps.fnd.soa.util.AdapterLogger Loader: oafm.root:0.0.0 Code-Source: /oracle/appltest/apps/apps_st/comn/java/classes/ Configur:Please see service monitor logs for full error trace</faultstring>
We created a custom PLSQL Package, and generated a Web Service using Integrated SOA Gateway. Everything is OK , till the Web Service Call.
It ends up with the following 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="">FND_SOA_SERVICE_EXECUTION_ERR:oracle.apps.fnd.soa.util.SOAException: ServiceExecutionError: Error while executing the service Exception returned from JCA Service Runtime. Missing class: oracle.tip.adapter.fw.log.ISGLogObjectPerRequest Dependent class: oracle.apps.fnd.soa.util.AdapterLogger Loader: oafm.root:0.0.0 Code-Source: /oracle/appltest/apps/apps_st/comn/java/classes/ Configur:Please see service monitor logs for full error trace</faultstring>
0