cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Error: INTERNAL >WS_ADAPTER_SYS_ERROR

Former Member
0 Kudos

Hi,

I have a file to proxy scenario with file data posting into ECC using web service WSDL and getting the following error. Can anyone advice what this error is pointing to?

Thanks.

<SAP:Stack>System error while calling Web service adapter: <sap:ExceptionChain xmlns:sap="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/SystemFault"><sap:ChainedException><Exception_Name>CX_SOAP_FAILURE</Exception_Name><Exception_Text>CX_SXML_PARSE_ERROR:An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause.Error while parsing an XML stream: &#39;&#39;=&#39; expected&#39;.</Exception_Text></sap:ChainedException><sap:ChainedException><Exception_Name>CX_SOAP_CORE</Exception_Name><Exception_Text>CX_SXML_PARSE_ERROR:An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause.Error while parsing an XML stream: &#39;&#39;=&#39; expected&#39;.</Exception_Text></sap:ChainedException><sap:ChainedException><Exception_Name>CX_SY_NO_HANDLER</Exception_Name><Exception_Text>An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause</Exception_Text></sap:ChainedException><sap:ChainedException><Exception_Name>CX_SXML_PARSE_ERROR</Exception_Name><Exception_Text>Error while parsing an XML stream: &#39;&#39;=&#39; expected&#39;.</Exception_Text></sap:ChainedException></sap:ExceptionChain> Error when processing Web service call Error when calling SOAP Runtime functions: CX_SXML_PARSE_ERROR:An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause.Error while parsing an XML stream: &#39;&#39;=&#39; expected&#39;. An exception with the type CX_SXML_PARSE_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause Error while parsing an XML stream: &#39;&#39;=&#39; expected&#39;.</SAP:Stack>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sangita,

Check this SAP note...specifically for the above error in WS adapter:

https://service.sap.com/sap/support/notes/1142454

Regds,

Pinangsuk.

Answers (4)

Answers (4)

Former Member
0 Kudos

Closing this thread, thanks to all who helped.

Former Member
0 Kudos

Try to open your XML in IE. You can easily find out where the error is. In the error posted by you it is clearly telling that some character is expected.

Former Member
0 Kudos

Looks like this exception is raised by your inbound proxy class due to invalid/malformed XML structure or data ...

Chris

Former Member
0 Kudos

This message was moderated.