Om iedereen die nu bezig is met het ontwikkelen van een web applicatie die de EPP Client gebruikt tegemoet te komen, hebben we versie 1.0 beta 2 van de EPP Client beschikbaar gesteld.
De wijzigingen sinds 1.0b1:
- Rechtsvorm ‘BEG’ aangepast in ‘BGG’; In de SIDN handleiding staat de rechtsvorm ‘BEG’ beschreven, dit moet echter ‘BGG’ zijn.
- Wijziging zoekmethode licentiebestand; De licentie wordt nu achtereenvolgens gezocht in deze mappen; De map waar EppClient.dll staat, Common Application Data, Local Application Data, System (e.g. c:\windows\system32), de ‘huidige’ directory. (De licentie moest in de ‘working directory’ van uw applicatie staan. Voor de meeste applicaties is dat de directory waar de EppClient.dll staat, maar voor web applicaties kan dat een andere locatie zijn.)
- Gewijzigde licentie; we zullen toestaan dat er een debugger wordt gebruikt.
U kunt de .NET EPP Client 1.0b2 hier downloaden.
C# Web Applicatie Demo (Source code)
Visual Basic Web Applicatie Demo (Source code)
Tags: .NET
En wanneer komt de php-client online?
The demo application gives “Fout: No license found.” error, even after placing the “EPPClient.dll” and “EppClient.lic” in the bin folder and adding reference to the dll file.
Can you please guide how to obtain a valid test licence file for demo purposes.
Thanks in advance.
You can place the license in any directory you want. By default, the application searches in some predefined locations like the working directory and the Windows directory. If that’s not suitable for your situation, you can instantiatie the EPP Client by means of this method; EppClient(string licenseFile).
So you can use (in C#); EppClient client = new EppClient(@”C:\inetpub\wwwroot\webapps\epp\EppClient.lic”);
Thanks Tino for the response, but I don’t see this licenseFile parameter initilization constructor. I am using the beta 2 version and downloaded the demo app from the this post.
The EPPClient.dll with me has version 1.0.0.0, and have two following constructors.
- EPPClient() // Default one
- EPPClient(int timeout, bool enableKeepAlive, bool enableAutoReconnect, int sessionCloseNotification, int connectionCloseNotification)
Thanks.
Please note I have placed the EPPClient.lic file in bin directory along with the referenced EPPClient.dll file.
Am I using some old version? if yes, from where can I get the latest client dll. please provide the link.
Thanks for any help.