Start of Content Area

This graphic is explained in the accompanying text Simple RFC Web Service

This application is an ASP .NET web service interface to RFC_CUSTOMER_GET. The web method signature can be the same method signature as the SAP RFC method or it can be a simplified method signature. However, since SAP Tables are complex data types you must write a client to execute the web method. In other words, you cannot run the web service using the default Web Services test harness provided by Visual Studio .NET. To allow you to run the web service with the least effort, the method signature was slightly modified.

Before running this application you have to share the folder DNCWebServiceSample.

This sample illustrates a simple web service wrapper for RFC_CUSTOMER_GET.

 

End of Content Area