cancel
Showing results for 
Search instead for 
Did you mean: 

Fault Mapping to RFC

Former Member
0 Kudos

Hello,

I would like to call a webservice from a RFC Function module. The funtcion module stub has no declared exceptions, but a return structure which should return the errors. Is it possible to map a SOAP-Fault message to this return structure which is in the normal response of the message? I read some blogs about handling SOAP errors, but these errors were always mapped to exceptions.

regards,

Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Why dont you define the return strucuture in PI and use it instead of Fault message? That would be an easier solution if all that you want to do is return some response..!!

VJ