Codic Engine.Net Web Service
Connects to the Codic Engine.Net and gives you a decoded code.
The following operations are supported. For a formal definition, please review the Service Description.
-
decode
You give the Engine a string--the code to decode. It returns the HTML output you see on the Engine's page. If it decodes on the Engine's site, it will decode on yours.
If you want a full XML output, please use the decodeXML method. -
decodeXML
This method is now available.
This method returns XML output from the decoding process, instead of the HTML. You can use this method and apply your own XSLT to change what the output looks like.
Please refer to http://www.phoenixpo.com/codic/schemas/decoded.xsd for the schema.
Better yet, just try a sample output yourself. -
getMyCodes
You give this method a user's name and it will send you a formatted table of the user's codes entered into the Engine's database.
Later, you will be able to pass it two background colors to format the table.
I also plan to make this available via JavaScript on any site, so you don't need complex programming or the .Net Framework installed on your server. I will make this a Premium Service if this method is abused. Please don't abuse it! -
whoIs
Returns the version of the service and who made it, in HTML.