cancel
Showing results for 
Search instead for 
Did you mean: 

How can i generate correct SOAP-ENV:Fault in ABAP function module?

Former Member
0 Kudos

We have clients consuming some functions from our SAP server, these functions are made available as web services. When a client passes wrong parameters to our functions we'd like to generate reasonable SOAP fault (using correct error code and error message) but simple raising (and declaring it in the corresponging section of the function module ) an exception gives us general "Internal Server Error" and that is all

Are there any way to make good SOAP Fault?

Thanx in advance.

Accepted Solutions (1)

Accepted Solutions (1)

eddy_declercq
Active Contributor
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

2 moderators: BTW Why my question was moved to "Java programming"?

The project is done in ABAP/4!

Former Member
0 Kudos

It looked promising but no success in our 6.2

Migration to 6.4 is planned but not at the current moment.