So sometime last year Verisign bought a company ( Geotrust) to handle their Mobile device file signing. Geotrust provides a web interface for doing this file signing of CAB's manually. But they have also provided a XML API for developers to communicate with their Signing Portal(SP).
So my question is what is the best why to approach this problem? Should I make an external program (C# or Java) that takes commandline parameters and just funnel throse through finalbuilder. Or should I use the finalbuilder tool creator to make some kind of AJAX styled tool that will push out the file to be signed and then receive it?