cancel
Showing results for 
Search instead for 
Did you mean: 

I am doing integration between SAP and SOA. while posting an IDOC to SAP System, I am getting following exception...Kindly help to resolve this issue.

Former Member
0 Kudos

The selected operation process could not be invoked.

An exception occured while invoking the webservice operation. Please see logs for more details.

oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked.

Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'ZFBCJIDC' failed due to: getMessage(): com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: No authorization to send IDocs with message type ZFBCJMSG (raised by system DEV|eccepdev) Message 706 of class EA type A, Par[1]: ZFBCJMSG, Par[2]: SOA_RFC, Par[3]: 12

at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:677)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1830)

at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1120)

at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:953)

at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1317)

at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:310)

at com.ibi.sap30.SapConnection.execute(SapConnection.java:184)

at com.ibi.sap30.DocumentRunner.executeFunction(DocumentRunner.java:697)

at com.ibi.sap30.DocumentRunner.processIfrDocument(DocumentRunner.java:222)

at com.ibi.sap30.SapAdapter20.inProcess(SapAdapter20.java:394)

at com.ibi.sap30.SapAdapter20.process(SapAdapter20.java:308)

at com.iwaysoftware.af.container.adapter.ProxyAdapter.process(ProxyAdapter.java:138)

at com.ibi.afjca.cci.IWAFInteraction.execProcess(IWAFInteraction.java:238)

at com.ibi.afjca.cci.IWAFInteraction.exec(IWAFInteraction.java:145)

at com.ibi.afjca.cci.IWAFInteraction.execute(IWAFInteraction.java:104)

at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:302)

at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:548)

at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeSyncJcaReference(JCAInteractionInvoker.java:498)

at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performSynchronousInteraction(JCAEndpointInteraction.java:472)

at oracle.integration.platform.blocks.adapter.AdapterReference.request(AdapterReference.java:166)

at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)

at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)

at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)

at sun.reflect.GeneratedMethodAccessor2668.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

at $Proxy294.request(Unknown Source)

at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:820)

at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:263)

at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1059)

at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:586)

at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:130)

at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:74)

at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:158)

at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2543)

at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1165)

at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1071)

at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)

at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)

at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:328)

at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4430)

at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4361)

at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:698)

at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:555)

at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:103)

at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:145)

at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean.syncCreateAndInvoke(BPELEngineBean.java:111)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)

at java.security.AccessController.doPrivileged(Native Method)

at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)

at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)

at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)

at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)

at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

at $Proxy281.syncCreateAndInvoke(Unknown Source)

at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.__WL_invoke(Unknown Source)

at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.syncCreateAndInvoke(Unknown Source)

at com.collaxa.cube.engine.delivery.DeliveryHandler.callCreateAndInvoke(DeliveryHandler.java:790)

at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:528)

at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:487)

at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:162)

at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.request(CubeDeliveryBean.java:493)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)

at java.security.AccessController.doPrivileged(Native Method)

at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)

at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)

at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)

at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)

at sun.reflect.GeneratedMethodAccessor948.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)

at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

at $Proxy277.request(Unknown Source)

at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)

at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.request(Unknown Source)

at oracle.fabric.CubeServiceEngine.request(CubeServiceEngine.java:380)

at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)

at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)

at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)

at sun.reflect.GeneratedMethodAccessor2668.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)

at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

at $Proxy294.request(Unknown Source)

at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1280)

at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:858)

at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)

at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)

at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1081)

at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)

at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:232)

at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:192)

at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:484)

at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:507)

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:300)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)

at java.security.AccessController.doPrivileged(Native Method)

at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)

at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)

at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)

at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)

at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)

at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)

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:2277)

at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

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

Caused by: RfcException: [DEV|eccepdev]

message: No authorization to send IDocs with message type ZFBCJMSG

Return code: RFC_SYS_EXCEPTION(3)

error group: 104

key: RFC_ERROR_SYSTEM_FAILURE

message class: EA

message type: A

message number: 706

message parameter 0: ZFBCJMSG

message parameter 1: SOA_RFC

message parameter 2: 12

Exception raised by DEV|eccepdev

at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:2038)

at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcCallReceive(RfcIoOpenCntl.java:2120)

at com.sap.conn.rfc.engine.TRfc.rfcQueueInsert(TRfc.java:92)

at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcQueueInsert(RfcIoOpenCntl.java:2193)

at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1679)

... 182 more

Caused by: com.sap.conn.rfc.exceptions.RfcGetException: No authorization to send IDocs with message type ZFBCJMSG

at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1148)

at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:120)

at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:33)

at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1980)

... 186 more

int getError(): Server

getAdapterCode(): null

getVendorThrowable(): null

".

The invoked JCA adapter raised a resource exception.

Please examine the above error message carefully to determine a resolution.

Accepted Solutions (0)

Answers (2)

Answers (2)

iamvivekrk
Participant
0 Kudos
iamvivekrk
Participant
0 Kudos

Hi Kavindra,

   I had this searched over the link. Seems maybe you are missing the 'xml header on the soap call? <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>' . Could you check with this ?.

Former Member
0 Kudos

Hi Vivek,

  Firstly Thanks for your quick response.I used xml header as u descrived.Now I am getting following error message...

java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'ZFBCJIDC' failed due to: getMessage(): com.sap.conn.jco.AbapException: (126) OBJECT_UNKNOWN: OBJECT_UNKNOWN Message 446 of class EA type E, Par[1]: d int getError(): Client getAdapterCode(): null getVendorThrowable(): null ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at

I am passing following Payload...

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

        <soap:Body xmlns:ns1="urn:sap-com:document:sap:idoc">

                <ns1:ZFBCJIDC tid="">

                        <ns1:IDOC BEGIN="1">

                                <ns1:EDI_DC40 SEGMENT="1">

                                        <ns1:TABNAM>a</ns1:TABNAM>

                                        <ns1:MANDT>110</ns1:MANDT>

                                        <ns1:DOCNUM>h</ns1:DOCNUM>

                                        <ns1:DOCREL>y</ns1:DOCREL>

                                        <ns1:STATUS>0</ns1:STATUS>

                                        <ns1:DIRECT>y</ns1:DIRECT>

                                        <ns1:OUTMOD>q</ns1:OUTMOD>

                                        <ns1:EXPRSS>g</ns1:EXPRSS>

                                        <ns1:TEST>x</ns1:TEST>

                                        <ns1:IDOCTYP>ZFBCJIDC</ns1:IDOCTYP>

                                        <ns1:CIMTYP>d</ns1:CIMTYP>

                                        <ns1:MESTYP>ZFBCJMSG</ns1:MESTYP>

                                        <ns1:MESCOD>g</ns1:MESCOD>

                                        <ns1:MESFCT>e</ns1:MESFCT>

                                        <ns1:STD>g</ns1:STD>

                                        <ns1:STDVRS>uy</ns1:STDVRS>

                                        <ns1:STDMES>y</ns1:STDMES>

                                        <ns1:SNDPOR>t</ns1:SNDPOR>

                                        <ns1:SNDPRT>e</ns1:SNDPRT>

                                        <ns1:SNDPFC>w</ns1:SNDPFC>

                                        <ns1:SNDPRN>u</ns1:SNDPRN>

                                        <ns1:SNDSAD>o</ns1:SNDSAD>

                                        <ns1:SNDLAD>k</ns1:SNDLAD>

                                        <ns1:RCVPOR>n</ns1:RCVPOR>

                                        <ns1:RCVPRT>n</ns1:RCVPRT>

                                        <ns1:RCVPFC>g</ns1:RCVPFC>

                                        <ns1:RCVPRN>t</ns1:RCVPRN>

                                        <ns1:RCVSAD>f</ns1:RCVSAD>

                                        <ns1:RCVLAD>d</ns1:RCVLAD>

                                        <ns1:CREDAT>20141119</ns1:CREDAT>

                                        <ns1:CRETIM>08:24:52 PM</ns1:CRETIM>

                                        <ns1:REFINT>p</ns1:REFINT>

                                        <ns1:REFGRP>i</ns1:REFGRP>

                                        <ns1:REFMES>t</ns1:REFMES>

                                        <ns1:ARCKEY>r</ns1:ARCKEY>

                                        <ns1:SERIAL>g</ns1:SERIAL>

                </ns1:EDI_DC40>

                                <ns1:ZSGFBCJ SEGMENT="ZSGFBCJ">

                                        <ns1:BLDAT>20141119</ns1:BLDAT>

                                        <ns1:BUDAT>20141119</ns1:BUDAT>

                                        <ns1:CJNR>ASDC</ns1:CJNR>

                                        <ns1:CPOS>1234</ns1:CPOS>

                                        <ns1:DMBTR>1000</ns1:DMBTR>

                                        <ns1:XBLNR>AB123</ns1:XBLNR>

                                        <ns1:KOSTL>09867</ns1:KOSTL>

                                        <ns1:AUFNR>12345</ns1:AUFNR>

                                        <ns1:PRCTR>123DF</ns1:PRCTR>

                                        <ns1:SGTXT>12301</ns1:SGTXT>

                                        <ns1:LIFNR>ForTesting</ns1:LIFNR>

                                        <ns1:HKONT>1324</ns1:HKONT>

                                        <ns1:KUNNR>1234</ns1:KUNNR>

                                        <ns1:CHK_ISSUER>SBI</ns1:CHK_ISSUER>

                                        <ns1:CHK_NUMBER>123</ns1:CHK_NUMBER>

                                        <ns1:BANK_ACCT>321</ns1:BANK_ACCT>

                                        <ns1:BANK_KEY>321</ns1:BANK_KEY>

                                        <ns1:IDOC_RECDT>20141119</ns1:IDOC_RECDT>

                                        <ns1:IDOC_STAT>CR</ns1:IDOC_STAT>

                                        <ns1:BELNR>123654789</ns1:BELNR>

                                        <ns1:GJAHR>2014</ns1:GJAHR>

                                        <ns1:IDOC_PSTDT>20141119</ns1:IDOC_PSTDT>

                                        <ns1:USNAME>soa_rfc</ns1:USNAME>

                </ns1:ZSGFBCJ>

            </ns1:IDOC>

        </ns1:ZFBCJIDC>

    </soap:Body>

</soap:Envelope>