dallmair
Discoverer
Member since ‎2023 Jun 02

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Use the following code. It tries to connect to a SAP system via the newly supported WebSocket approach and invoke RFC_PING: var configParams = new RfcConfigParameters(); configParams[RfcConfigParameters.Name] = "..."; configParams[RfcConfigParame...
Use the following code. It tries to connect to a non-existent SAP system via the newly supported WebSocket approach and invoke RFC_PING: internal sealed class TestDestinationConfiguration : IDestinationConfiguration { public RfcConfigParameters G...