Replies: 4 comments
-
|
Hello @DimaWhite, Is there any chance you could share entire Java Class, so we can see the implementation details. |
Beta Was this translation helpful? Give feedback.
-
|
Sure, It's just a modified version of your example/unit test code: } |
Beta Was this translation helpful? Give feedback.
-
|
Aha, it's C# and not Java. So, there are several points:
Let us know if above suggestions solve the problem. |
Beta Was this translation helpful? Give feedback.
-
|
Evaluated with the latest client library - looks much better, so the issue is solved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried creating a test setup, and get an null exception! (Not a great programming experience) My code is as follows:
ValidationParameters validationParameters = new ValidationParameters();
validationParameters.setLicenseeName(demoLicenseeName);
validationParameters.setProductNumber(demoProductNumber);
validationParameters.setLicenseeSecret(demoLicenseeSecret);
validationParameters.put(demoProductModuleNumber, "paramKey", "paramValue");
context.securityMode = SecutiryMode.APIKEY_IDENTIFICATION;
ValidationResult validationResult = LicenseeService.validate(context, demoLicenseeNumber, validationParameters);
Can I created everything in the account... Can you please take a look and tell me why this occurred?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions