I successfully configured WSO2 ESB to process file using vfs transport from local file system. file://G:/test/in
Now I want to get the status of processed file via web service, such as: number of success/failure files... Could you please tell what web services used for this function?

有帮助吗?

解决方案

I'm assume you cannot get this statistic, you need to do that by yourself, but for alternative, maybe you can use the status of the ws call success/failure instead in your logic, then you can get these by the monitor feature provided by the ESB.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top