cancel
Showing results for 
Search instead for 
Did you mean: 

Soap processing failure error id 112

Former Member
0 Kudos

Hi, i developed a webservice. when checking it in SICF, i am getting this error.

how to solve it???

- <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 (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

i solved it. thanks.

Former Member
0 Kudos

Hi,

We are also getting the same error.

Can you please let us know how you solved the problem.

Thanks in Advance.

Jitender

Former Member
0 Kudos

this is most probably due to a wrong xml-tag sent by the consumer.

so, for example, if some consumer calls your service with ....<mytag>blah</mytag> ... but the service expects <myTag>blah</myTag> (as stated in its WSDL) you get this error.

regards, anton