ReST Harvesters
Marshal supports harvesting from ReST (Represential State Transfer) web services. This means harvesting using Http-get or -post from a regular web application returning structured information. Currently, Marshal may access a web application returning JSON or XML.
Hint! Writing a ReST web application is straightforward in most programming environments. If you're trying to harvest a system for which there's no suitable harvester, possibly the simplest solution is to write a ReST web application and harvest from this instead.