cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping runtime exception can be displayed in Soap UI tool?

Former Member
0 Kudos

Hi All,

I am working on Soap to RFC synchronous scenario.In the request message mapping request will have only one field X.The value for X is a;b.

XI mapping will separate the fields based on the delimiter";".If the field value does not come with delimeter then run time exception will be displayed in SXMB_MONI.

In Soap UI we are getting Adapter Java exception.Is there any possibility in SAP PI to display an error in the SOAP UI if there is no delimiter in request field?

Thanks,

Ramya

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Ramya,

In SOAPui you will see the exception raised in the sender SOAP channel, the only way to have a custom error in SOAPui is to control the error in PI avoiding the exception. In this way you should change your request mapping generating an extra error tag or to clean the variable, later in your RFC change this code to accept this control (extra-tag or to check any other variable) and to do a response according with the new control.

Regards.