I want my webMethods apps to poll a directory for a file, read the file and insert a record into the database.
To achieve this, I created a configured operation for my File IO Adapter (in Adapters folder). This is an operation type called File Poll where I specify the incoming, working and outgoing directories where the file is supposed to be copied.
I then created a new component in the Integration folder, associate the component to the File IO Adapter.
For the start step, I included the File Poll operation as the trigger. At this stage, the flowchart has got the start and exit step.
Can anyone shed some light as to where/how (in Enterprise Integrator) I can create the steps to read the file and then insert the file into the database?