Hello All!
I am a new one in SAP PI,developed few Synchronous interfaces in SAP PI 7.3
sender system:Third Party
Reciever System:ISU(connected through Proxy)
the request message is passed successfully but the response is not coming in PI.
Log is like:
Error received in payload ErrorCode = DYNAMIC_CALL_FAILURE ErrorCategory = XIProxy Parameter1 = UNCAUGHT_EXCEPTION Parameter2 = ZCL_XYZ_RESP Parameter3 = XYZ_RESP Parameter4 = Additional text = ErrorStack = Error during proxy processing
An exception with the type CX_AI_APPLICATION_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause
Application Error
The object could not be created: The class ZCL_XYZ_RESP does not exist
Talked to abap guy.
the sproxy is working fine and the response is generating in Abap Side
but in Pi the error occurs.
they had initially named the parameter Z_XYZ_Resp but later they had changed the name of the parameter ZCL_XYZ_RESP.
your input is required.
thanx in advance