Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

[Web Services] Batch to reload transferring data

Former Member
0 Likes
487

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.

2 REPLIES 2
Read only

Former Member
0 Likes
422

noone can help?

Read only

0 Likes
422

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