Connecting Tech Pros Worldwide Help | Site Map

How to check SAP XI web service response in

  #1  
Old December 11th, 2008, 05:09 AM
Newbie
 
Join Date: Dec 2008
Posts: 1
Hi,

I am calling SAP XI web service from C# windows application.


Web service is not returning anything.

I would like to know is there any way to check whether the WS is getting called correctly or not may be via soap or any other way.

thnx in adv. :)
  #2  
Old December 16th, 2008, 04:39 PM
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North :)
Posts: 4,940
Provided Answers: 8

re: How to check SAP XI web service response in


Check the if the SOAP message contains anything in the Fault section.

See this article and this article for more information on they way that SOAP messages are structured.

Otherwise I'd check the web server for any error auditing details (like event logs etc) that the web service may have created.
  #3  
Old June 28th, 2009, 07:24 AM
Newbie
 
Join Date: Jun 2009
Posts: 3

re: How to check SAP XI web service response in


Hi makarandbhokare

I'm about to do the same thing too.
But i'm confuss. Is connect to SAP is the same way ask connect to SAP XI?

would you share?

i'm stuck
Reply