We are scanning from files to Kofax Capture 10 and have a request to provide an XML file to a web service. Based on my limited knowledge this task can be broken down into three steps in SSIS .
1. Use the Text file as a Source
2. Convert the Source Data to XML
3 . Export To the web service.
Is this the best approach? If so, I know how to do Steps 1 and2 which are relatively simple using the For.. XML RAW .. ELEMENTS but I am struggling with method to export to the web service.
Any assistance would be greatly appreciated