cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming webservices

Former Member
0 Kudos

Hi all,

We are facing a problem while consuming webservices, getting an error like,

<?xml version="1.0" encoding="utf-8" ?> 
- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
- <asx:values>
  <SYSTEMFAULT href="#o104" /> 
  </asx:values>
- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">
- <cls:CX_AI_SYSTEM_FAULT id="o104">
- <CX_ROOT>
  <TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID> 
  <pre><code> 
  <KERNEL_ERRID /> 
- <INTERNAL_SOURCE_POS>
  <PROGID>188</PROGID> 
  <CONTID>1080</CONTID> 
  </INTERNAL_SOURCE_POS>
  </CX_ROOT>
  <CX_STATIC_CHECK /> 
- <CX_AI_SYSTEM_FAULT>
  <CODECONTEXT><a href="http://www.sap.com/xml_errorcodes" TARGET="test_blank">http://www.sap.com/xml_errorcodes</a></CODECONTEXT> 
  <CODE>SoapFaultCode:1</CODE> 
  <ERRORTEXT>Authority check failed</ERRORTEXT> 
  <LANGUAGE /> 
  </CX_AI_SYSTEM_FAULT>
  </cls:CX_AI_SYSTEM_FAULT>
  </asx:heap>
  </asx:abap>

We issued necessary authentification and tried in all the ways to consume from abap proxy, abap webdynpro, java webdynpro, xml spy....all are getting the sam error. Can anyone comment ?

thanks and regards

Jijo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

We could maybe comment if you had given sufficient information...

What SAP software and release are you using ?

Is the SAP software the provider of the consumer of the web service ?

Regards,

Olivier

Former Member
0 Kudos

Hi,

We use SAP ECC 6.0, and the webservice is a custom object.

thanks and regards

Jijo

Former Member
0 Kudos

Hi again,

I looks like the abap user running the web service does not have the right authorisation.

Check the user authorisation profile.

Regards,

Olivier