How to generate custom SOAP fault message detail from ABAP inbound adapter

667 views Asked by At

Using ABAP we created a service provider and on certain condition the service should send SOAP Fault message which needs to have details like the error code and error description etc..standard ABAP implementation would not allow sending this error. Tried sending regular exception with the type of structure with the required fields but it not passed further to the client.

tried passing the CL_SOAP_FAULT_11 object to the exception CX_SOAP_FAULT. it somehow is eaten up by the standard code sending just the empty soap body.

This service is built in R/3 and not PI

0

There are 0 answers