cancel
Showing results for 
Search instead for 
Did you mean: 

Calling WebService in ABAP ( asap ).

former_member185875
Contributor
0 Kudos

hi abap gurus....

i am calling .net webservice sucessfully.

<?xml version="1.0" encoding="utf-8" ?> 
- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
- <asx:values>
  <SUCCESS>Services Processed Without Error</SUCCESS> 
  </asx:values>
  </asx:abap>

but i am unable to call the webservice which is devloped in NWDS 7.0.(I am created webservice on ejb session bean).

i am getting the error message:

  <?xml version="1.0" encoding="utf-8" ?> 
- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
- <asx:values>
  <SYSTEMFAULT href="#o123" /> 
  </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="o123">
- <CX_ROOT>
  <TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID> 
  <pre><code> 
  <KERNEL_ERRID /> 
- <INTERNAL_SOURCE_POS>
  <PROGID>306</PROGID> 
  <CONTID>1065</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:4</CODE> 
  <ERRORTEXT>Exception in method create.</ERRORTEXT> 
  <LANGUAGE /> 
  </CX_AI_SYSTEM_FAULT>
  </cls:CX_AI_SYSTEM_FAULT>
  </asx:heap>
  </asx:abap>

thanks in advance.

lakshman

Edited by: lakshman balanagu on Oct 6, 2008 12:19 PM

Edited by: lakshman balanagu on Oct 6, 2008 12:21 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI balanagu ,

It looks like an exception was thrown within the application logic itself. The exception - CX_ROOT - doesn't tell us much since that is the generic catch, all exception. I would check in ST22 and see if there is a short dump associated with this error. that will give you details on why this error is occuring.

Regards,

C.V.D.Reddy