‎2014 Jul 16 5:49 PM
Hello Experts,
We are developing a communication flow between SAP and a .NET environment. The purpose consists to send data to the external environment through a WebService (WSDL).
This data transfer will be performed many times a day and we need to check automatically, if the transfer has been done correctly. Consequently, we need to check automaticcaly the status of each Webservice executed.
Could you give me some information about the implementation that I need to choose?
Many thx for all.
Best regards.
Rachid.
‎2014 Jul 24 1:17 PM
‎2014 Jul 24 2:13 PM
Hi Rachid,
I am assuming that you intend to use direct web service calls with .NET system and not via PI.
In your scenario, SAP is service provider or consumer? Depending on that you need to create consumer or provider service. Once you have done that, the web service calls can be monitored in SRT_UTIL transaction. If you need to write a program to monitor web service call logs then you can use class CL_SOAP_UTIL_DB for that.
-Regards,
Amit