‎2007 Jul 19 1:45 PM
i have created a webservice and needed to check it so i tried to consume this web service
with the wsdl i generated but its throwing an error can anybody tell me how to slove the problem,
<?xml version="1.0" encoding="utf-8" ?>
- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
- <asx:values>
<SYSTEMFAULT href="#o191" />
</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="o191">
- <CX_ROOT>
<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>
<PREVIOUS href="#o180" />
<KERNEL_ERRID />
- <INTERNAL_SOURCE_POS>
<PROGID>198</PROGID>
<CONTID>558</CONTID>
</INTERNAL_SOURCE_POS>
</CX_ROOT>
<CX_STATIC_CHECK />
- <CX_AI_SYSTEM_FAULT>
<CODECONTEXT>Local</CODECONTEXT>
<CODE>GET_BUSINESS_SYSTEM_ERROR</CODE>
<ERRORTEXT>An error occurred when determining the business system (COMMUNICATION_ERROR)</ERRORTEXT>
<LANGUAGE />
</CX_AI_SYSTEM_FAULT>
</cls:CX_AI_SYSTEM_FAULT>
- <cls:CX_XMS_SYSERR_PROXY id="o180">
- <CX_ROOT>
<TEXTID>A618D069BDF2D7458C8D9FB22F2735F4</TEXTID>
<PREVIOUS />
<KERNEL_ERRID />
- <INTERNAL_SOURCE_POS>
<PROGID>198</PROGID>
<CONTID>699</CONTID>
</INTERNAL_SOURCE_POS>
</CX_ROOT>
<CX_STATIC_CHECK />
- <CX_XMS_SYSTEM_ERROR>
<ID>GET_BUSINESS_SYSTEM_ERROR</ID>
<P1>COMMUNICATION_ERROR</P1>
<P2 />
<P3 />
<P4 />
<INFO />
<CATEGORY>XIProxy</CATEGORY>
<AREA>ABAP</AREA>
<RETRY>M</RETRY>
</CX_XMS_SYSTEM_ERROR>
- <CX_XMS_SYSERR_PROXY>
<CO_AREA_ABAP>ABAP</CO_AREA_ABAP>
</CX_XMS_SYSERR_PROXY>
</cls:CX_XMS_SYSERR_PROXY>
</asx:heap>
</asx:abap>
‎2007 Jul 19 1:49 PM
Hi
Please refer:
http://www.mindtelligent.com/pdf/details.ppt
Regards
Ravish
<b><i>Reward if useful</i></b>
‎2007 Jul 19 1:54 PM
Hi,
Refer https://wiki.sdn.sap.com/wiki/display/VC/PortalRequestFailed
Web Service section of the Conectivity:
https://wiki.sdn.sap.com/wiki/display/VC/Connectivity
Regards