Posts

Showing posts from August, 2022

checking system exception properties in router in cpi, unknown , if known it easy filter system and application errors

Image
  Om  first need to check odata 1) which raise structure related problem, ex: sending double values instead string. ${exception.message} check this in router ; as below( if any words like BAD) 2) this plant is not found in SAP ( Applicatoin) related. see the xml output ; xpath ; captcher error You can get more details on exception using  ${exception.message}  or  ${exception.stacktrace} .