Re: EPP over HTTP or simple TCP?
Stephane Bortzmeyer <[email protected]>
| Newsgroups | gmane.ietf.provreg |
|---|---|
| Organization | NIC France |
| Message-ID | <[email protected]> |
On Wed, Oct 31, 2007 at 12:12:29PM +0000, Eugenio Pinto <[email protected]> wrote a message of 68 lines which said: > Have you implemented the TCP approach? No, but I love to write on mailing lists :-) > If so, did you implement a TCP server from scratch or you used the > source code from a server like Tomcat? There are implementations using Apache modules: http://sourceforge.net/projects/aepps http://fred.nic.cz/ > implements the XML schema validation on > the received messages. I would be interested to know how many registrars send invalid EPP. Most EPP servers I've seen, like OpenReg, do not implement a real validation and sometimes have big XML errors (like the ".eu" EPP server where the namespace prefixes were hardwired). > I think I can use this code to develop a generic JAVA Interface that > will be in conformance with the core EPP protocol specifications and can > be used for any EPP server implementation just by extending it's methods. > > Is this interesting for you? I do not like Java but other people may certainly be interested.