I know very little about web programming, but I need to create a web-based license generation service to provide licenses to users of my desktop software.
I managed to create a working and debugged SOAP service on the Win2003 server, but now I found that the interface that I need to provide for my payment processor should be REST.
How would you recommend I handle this, given that I just don't have time to learn PHP and rewrite my web service, etc. I could completely bypass SOAP and easily create an executable file that receives the license parameters and returns the encrypted license, but this is a bit of the web interface I'm stuck on. I will probably be contracting with someone to write useful information for this, but I don't know what to ask for.
Thanks Manu, Michael
Mitch source
share