BrainStorming: Best way to create a Finalbuilder tool that passes files through a XML API

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?

 

Hi David

I would look at creating a small console application to do what you need, and then create a simple FB action usijng ActionStudio to call that console app.