edwinifts

Error in EslClient.EventNotificationService.Register

0 votes
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
                EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
                .ForEvent(NotificationEvent.SIGNER_COMPLETE).ForEvent(NotificationEvent.PACKAGE_DELETE));
I am getting: System.NullReferenceException: Object reference not set to an instance of an object. This is happening on our development machines but our actual live application is running just fine, this error just propped up today. Everything has been working fine for months so we are kind of stuck at the moment on what the issue could be. Let me know if there's other info I can post that would help, thanks.

Reply to: Error in EslClient.EventNotificationService.Register

0 votes
Hi there, Are you testing this against sandbox? If so, are you running TLS 1.1 and above on your development machines? https://www.esignlive.com/blog/esignlive-tls-support/
Haris Haidary OneSpan Technical Consultant

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off