Hi Guys,
Would it be a problem to programmatically expose the solution import/export functionality??
I think it would be awsome to give a programmer essentially the same functionality as the server admin page does for importing, perhaps through the IServerAccess interface.
i.e.
public void importSolution(java.io.OutputStream src, java.util.Properties p)
public void exportSolution(java.io.InputStream dest, java.util.Properties p)
Thanks,
Sean