1. When deploying a solution on a application server, all referenced solutions are merged into the main solution. Am I correct in assuming that when you create a headless client with this solution, all associated forms are loaded (and form onload methods executed)?
2. If so, what are ways to prevent this from happening?
3. You can specify login information when creating a headless client. I was told that useruid/password is only required if you load a solution in the headless client flagged as 'must authenticate'. Are forms loaded after login or before?
4. In the IHeadlessClient interface, a method "createHeadlessClient(String solutionname, String username, String password, Object[] solutionOpenMethodArgs) " is defined. What are the solutionOpenMethodArgs that I can use? (I only know of "nodebug")