Hello Experts,
I have created a NW BPM and deployed it on PO server (PI7.31 SP05). It's a simple BPM process:
1) Send a XML file request from PI to NW BPM
2) NW BPM will make a sync call to a WS and receive response using a unique Id present in the XML file request.
3) Using automated activity, I have done a mapping transformation within the BPM process
4) Eventually send a transformed message to a third party system via a PI.
My process is successfully deployed on PO server but while testing it i am getting below error:
SOAP: call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = GENERAL ErrorCategory = XIAdapterFramework Parameter1 = Parameter2 = Parameter3 = Parameter4 = Additional text = com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Error invoking method syncInvokeWSInterfaceIn of proxy bean $Proxy3153: ASJ.ejb.005043 (Failed in component: sap.com/com.sap.aii.proxy.app, BC-XI-CON-JPR) Exception raised from invocation of public com.sap.aii.proxy.xiruntime.core.BeanMessage4 com.sap.aii.proxy.xiruntime.sbeans.esp.xiproxies.SyncInvokeWSInterfaceIn_PortTypeBean.invokeMethod(java.lang.String,com.sap.aii.proxy.xiruntime.core.BeanMessage4,java.lang.String,java.lang.String,com.sap.aii.proxy.xiruntime.core.ServiceMeteringData) throws com.sap.aii.proxy.xiruntime.core.SystemFaultException,com.sap.aii.proxy.xiruntime.core.ApplicationFaultException method on bean instance com.sap.aii.proxy.xiruntime.sbeans.esp.xiproxies.SyncInvokeWSInterfaceIn_PortTypeBean@66abe777 for bean sap.com/com.sap.aii.proxy.appxml|com.sap.aii.proxy.ejb.jarxml|SyncInvokeWSInterfaceIn_PortTypeBean in application sap.com/com.sap.aii.proxy.app.; nested exception is: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.services.webservices.espbase.messaging.ESPXIMessage.getData() of an object loaded from local variable espMessageRet ErrorStack = [http://sap.com/xi/XI/Message/30^Error "GENERAL"]
Request you to please help me in resolving above error as i am not sure what's the reason for the same?
Thanks
Amit Srivastava