|
From: Antoine L. <ant...@yo...> - 2012-08-02 14:25:03
|
Hi Markus, Thanks for your answer. I will of course share the dispatcher when I will develop it (scheduled in october 2012). In fact, I do not realy understand what is a node... I will integrate in java the SignserverWS functionnalities. Do you advice to use Client-SignServerWS or Client-SigningAndValidationAPI ? The purpose of the process(String workerIdOrName, List<ProcessRequest> requests, List <RequestContext> contexts) method is to set multiple RequestMetadata from multiple contexts. Today, just one context is used for all requests. I think it will be easy to implement in a SignServer-Client project. Good afternoon. Best regards, Le 02/08/2012 14:23, Markus Kilås a écrit : > Hi Antoine, > > On 2012-08-02 08:31, Antoine Louiset wrote: >> Hi Markus, >> >> I wonder if signserver could find the worker associated with the mime >> type ? Could the dispatchers do this work ? > There is no Dispatcher doing that currently but it is an excellent > example of what a Dispatcher could be implemented to do. If you > implement a new Dispatcher doing this we would be happy for the > contribution. > >> How does the CallFirstNodeWithStatusOKWSClient work when the fastest >> worker which respond does not correspond to the mime type of the >> document to be signed ? > I am not sure the CallFirstNodeWithStatusOKWSClient even consider that > there might be multiple workers available on each node. I have never > used it. > >> Is is scheduled to add a method process(String workerIdOrName, >> List<ProcessRequest> requests, List <RequestContext> contexts) in the >> SigningAndValidationAPI ? > Is the purpose to be able to supply multiple documents to sign in the > same request? > > There are no concrete plans for it at the moment but what you could do > is to register an issue for a new feature and describe what the > requirements are and how you suggest it could be implemented and we > could keep it into consideration. > >> Could the default validator validate CMS signatures ? > Not currently. There are only certificate validators and a document > validator for XML signatures. > > > Best regards, > Markus > >> Thanks for your reply. >> >> Have a nice day ! >> >> Best regards, >> > > -- Antoine Louiset Tél : +33 6 76 66 80 34 Responsable du projet Yousign Mail : ant...@yo... |