cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Processing Failure, error id = 112

Former Member
0 Kudos

I'm getting a "SOAP processing failure, error id = 112" when I access my webservice. I've tried several different things and have seen several posts but I've on the issue but have not yet found a solution.

As a test I created a function module that returns a single string and created a webservice. When I test it from SICF I get the response below.

Thanks in advance.

/Greg

- <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

- <soap-env:Body>

- <soap-env:Fault>

<faultcode>soap-env:Server</faultcode>

<faultstring xml:lang="en">SOAP processing failure, error id = 112</faultstring>

</soap-env:Fault>

</soap-env:Body>

</soap-env:Envelope>

Accepted Solutions (1)

Accepted Solutions (1)

arpit_shah
Contributor
0 Kudos

Hi,

Try to use WSADMIN insted of SICF.

Regards,

Arpit

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the response. I failed to mention we're running ABAP only and the settings mentioned related to J2EE. I guess I need a primer on how to create a webservice in an ABAP environment. I used the Create Webservice from function module wizard. There must be an additional step that I'm missing.

/Greg

Former Member
0 Kudos

Thanks for the reponse. I looked at that blog but it didn't appear the solution was ever posted.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

Thomas mentioned WSADMIN

and some other checks

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try response from Thomas Jung (comments section of the blog)

/people/thomas.jung3/blog/2005/05/09/abap-webservices-logon-language-processing

Regards,

michal