cancel
Showing results for 
Search instead for 
Did you mean: 

Testing webservice, receiving SOAP processing failure, error id = 111

Former Member
0 Kudos

I am testing the Flight exposed as a BAPI and I am getting the following SOAP fault returned below. How do I figure out what this error is?

I am able to successfully test the webservice from the Web Service Homepage but when I use my HTTP client I get this error. Where can I find out more about the SOAP failure error code?

---[HTTP response 500]---|
null: HTTP/1.1 500 Internal Server Error
Content-type: text/xml; charset=utf-8
Content-length: 281
Server: SAP Web Application Server (1.0;640)
Sap-srt_id: 20080527/152321/v1.00_final_6.40/E980CB1BEC2FE94691BF45DD0AA4A271
<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 = 111 </faultstring>
    </soap-env:Fault>
  </soap-env:Body>
</soap-env:Envelope>

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Any chance you've found a solution yet?

Former Member
0 Kudos

Hi,

you have created the logical port successfully?

With service pack < 14 in transaction LPCONFIG

With service pack >= 14 in transaction SOAMANAGER

regards

former_member185703
Active Contributor
0 Kudos

Hi Julie,

I cannot tell you (yet?) how to get more information on this issue - or how to resolve it...

...I was just running into it as well 😐

...and I promise I will update this thread when I know what's going wrong and/or how to resolve it...

Sorry,

Frank

Update:

Finally we resolved the issue by applying the latest support packages to our SAP ERP system (there must have been some fix inside it):

SAP ERP 2005 is now on SP 17

ECC-SE is now on patch 03

Edited by: Frank Moebius on Jan 22, 2009 4:56 PM