cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Exception 112

nandakumar_sasidharan
Participant
0 Kudos

Dear Experts,

While testing the proxy class,I am getting the exception mentioned below.

<CX_AI_SYSTEM_FAULT>

<CODECONTEXT>http://www.sap.com/xml_errorcodes</CODECONTEXT>

<CODE>SOAP:112</CODE>

<ERRORTEXT>no extended error message (SOAP_ESERVER)</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

Please provide a solution for this issue. It would be greatly appreciated.

Thanks & Regards,

Nandakumar S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please go through SAP note 1135610.

nandakumar_sasidharan
Participant
0 Kudos

Hi,

I have checked this note and downloaded this to the server.But still its showing the Exception System Fault,SOAP 112.

My requirement is to consume a web service using ABAP. For that i have created proxy class along with the logical port.

While testing the proxy class this exception is catching.

Please Help.

Thanks in advance

former_member184681
Active Contributor
0 Kudos

Hi,

Did you provide logon credentials in your logical port configuration? It looks like the SOAP 112 error means that user name or password are incorrect for your connection.

Hope you'll find this useful,

Greg

Former Member
0 Kudos

might be the this problem (112) with wrong authorisation.

Check the user authorisation profile(un,pw) and u check below link might be its helpful

[112|;

nandakumar_sasidharan
Participant
0 Kudos

Since I have created the logical port using LPCONFIG transaction.I couldn't find any fields to enter the log on credentials.

Can you please provide me path where i can check the user authorization?

former_member184681
Active Contributor
0 Kudos

While displaying your Logical Port in LPCONFIG, use Goto -> WS Security and create a new security profile, providing username and password there.

Greg

nandakumar_sasidharan
Participant
0 Kudos

Hi,

I have created new security profile by providing username and password.But still getting the same exception.Do i need to configure any more settings?

nandakumar_sasidharan
Participant
0 Kudos

Problem solved by myself.

When i removed the ?WSDL from the URL link which i have given in the logical port,issue got solved.

THANKS

Answers (0)