dbosoft / YaNco

.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123 stars 15 forks source link

Rfc Server #205

Closed fw2568 closed 2 years ago

fw2568 commented 2 years ago

This PR solves #147 by implementing a RFC Server in YaNco.

RfRF Servers are build from ServerBuilder class using same concepts as the ConnectionBuilder for clients. RFC Servers have to register functions handlers to retrieve requests from the ABAP backend. Concept is same as function builder for client callbacks. RFC Servers can be created without metadata connections to backend just from known metadata.