Does Clover support input from Web Services? I know that the reader components support and http input URL, can that be used to access a web service component?
Thanks,
Shane
Does Clover support input from Web Services? I know that the reader components support and http input URL, can that be used to access a web service component?
Thanks,
Shane
If the WebService is accessible through HTTP GET request and the result is XML, then you may use XMLXPathReader (for example).
You would just specify the fileURL to be “http://myserver.org?xxx=123” and then process the resulting XML using XPathReader.
This looks like interesting problem, we will try to create an example which will show this concept in action.