Hi, I'm starting to use Servicemix and I'm not sure about how to best organize the components.
The scenario I need to implement is something like this 1. poll a folder for an xml file 2. read the xml file, this contains an attribute pointing to a pdf file. Read this too 3. call an already existing servicemix service to save this documents 4. send both the files to an external web service If useful, as much as possible of the process should be defined as bpel with ode. Some parts are quite easy: I need a file:poller, I need a cxfbc:consumer and a SU with the bpel definition. But how many other SU should I define? Is it a good idea to place the poller and the consumer in the same xbeans file? Or is better to keep them separated? Is it ok to add everything to a single SA or are there better options? Ode is "required" to be able to monitor the process instance: do you think it is a correct approach in this case or not? Thanks, bye Lorenzo
