cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP 112 and error text (SOAP_ESERVER)

Former Member
0 Kudos

Hi,

When i call proxy for webserbvice, i got error message followed:

Who can tell me how to solute it.

**** Trace file opened at 20130116 110832 ?D1ú±ê×?ê±??, SAP-REL 700,0,111 RFC-VE

XRFC> Error in module XMLParserGetNextElement:773

XRFC>    Id @(#) $Id: //bas/700_REL/src/krn/rfc/xrfcpars.c#2 $   SAP

XRFC> Unallowed RFC-XML Tag

XRFC> Error in module ab_soap:4392

XRFC>    Id @(#) $Id: //bas/700_REL/src/krn/rfc/abxrfccal.c#2 $ SAP

XRFC> failed with return code 1

XRFC> Begin of user trace

XRFC>

XRFC>                                                                     <

XRFC> TRACE SOAP RUNTIME                                                  <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC> SAP System ID:                                                   <

XRFC> Client:                                                          <

XRFC> User:                                                            <

XRFC> System time: 110738                                                 <

XRFC> System date: 20130116                                               <

XRFC> SAP Release: 700                                                    <

XRFC> Host: pebldev                                                       <

XRFC> Operating system: Windows NT                                        <

XRFC> DB System: ORACLE                                                   <

XRFC> Program: ZMM_IN_O_WS_001                                            <

XRFC> Processing State: 0                                                 <

XRFC> Location: Client                                                    <

XRFC> Transport Binding: http://schemas.xmlsoap.org/soap/http             <

XRFC> SOAP Application: urn:sap-com:soap:runtime:application:client       <

XRFC> SOAP Runtime Protocol: http://www.sap.com/webas/630/soap            <

XRFC>  /runtime/protocol                                                  <

XRFC> SOAP Protocols: 3                                                   <

XRFC> Protocol Name: 3                                                    <

XRFC> Protocol Name: 3                                                    <

XRFC> Protocol Name: 3                                                    <

XRFC> Request Message: <bound>                                            <

XRFC> Response Message: <bound>                                           <

XRFC> Fault: <initial>                                                    <

XRFC> Registry: <bound>                                                   <

XRFC> Role: http://www.sap.com/webas/630/soap/role/initialSender          <

XRFC> Trace Level: 1                                                      <

XRFC> Logging Level: 1                                                    <

XRFC> Monitoring Level: 0                                                 <

XRFC> Security Profile: <initial>                                         <

XRFC> WS Security Protocol: <initial>                                     <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC> INFO 11:07:38: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL       <

XRFC> ->IF_SOAP_PROTOCOL~POST_PROCESS() Try to postprocess protocol SOAP  <

XRFC> Session Protocol ( Mode= ,Method= )                                 <

XRFC>                                                                     <

XRFC> INFO 11:07:38: SOAP SESSION Protocol CL_SOAP_SESSION_PROTOCOL       <

XRFC> ->IF_SOAP_PROTOCOL~POST_PROCESS() SOAP Session Protocol             <

XRFC> postprocessed                                                       <

XRFC>                                                                     <

XRFC> INFO 11:07:38: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL       <

XRFC> ->IF_SOAP_PROTOCOL~POST_PROCESS() Try to postprocess protocol SOAP  <

XRFC> Runtime-intrinsic Protocol                                          <

XRFC>                                                                     <

XRFC> INFO 11:07:38: SOAP Runtime Protocol CL_SOAP_RUNTIME_PROTOCOL       <

XRFC> ->IF_SOAP_PROTOCOL~POST_PROCESS() SOAP Runtime-intrinsic Protocol   <

XRFC> postprocessed                                                       <

XRFC>                                                                     <

XRFC> INFO 11:07:38: SOAP HTTP Binding CL_SOAP_HTTP_TPBND_ROOT->IF        <

XRFC> _SOAP_TRANSPORT_BINDING~PROCESS_HEADER() Try to process the body    <

XRFC>                                                                     <

XRFC> ERROR 11:07:38: SOAP Message CL_SOAP_MESSAGE->IF_SOAP_MESSAGE       <

XRFC> _PART~DESERIALIZE_BODY() A SOAP Runtime Core Exception occurred in  <

XRFC> method XP_READ_FRAGMENT of class CL_SOAP_XP at position id 1 with   <

XRFC> internal error id 112 and error text (SOAP_ESERVER) (fault          <

XRFC> location is 1 ).                                                    <

XRFC>                                                                     <

XRFC>

XRFC> End of user trace

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I refresh my proxy class using recently WSDL and called again.

The message returned changed and this time it is "SOAP:1,023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")"

Former Member
0 Kudos

Hi ,

Check the proxy settings once.

Go though the below link.

scn.sap.com/thread/3293367

Regards

Venkat

Former Member
0 Kudos

Thankyou for your response.

But how can i check my proxy setting?

and i think the shread is this.

scn.sap.com/thread/3293367

Regards

Former Member
0 Kudos

After I changed logical port form URL to HTTP, the error form calling proxy class changed and now it is "SOAP:112 no extended error message (SOAP_ESERVER)" .