From Web-Browsers
RSSBus Simple Services are directly callable from browsers and portals because they use standard URLs (with or without query strings and form data) and they return simple list data that can be automatically formatted as HTML.
Simple Services can accept input attributes on the HTML query string as shown throughout this document:
http://localhost:1110/fileListDirWithInput.rsb?path=demos&mask=*.rsbThey can also accept POST data from HTML forms:
You can request a preformatted HTML table as output like this:<form action="http://myHost/myService" > <input name="path" type="text" /> <input name="mask" type="text" /> </form>
http://localhost:1110/fileListDirWithInput.rsb?path=demos&mask=*.rsb&@htmlSee the HTML Templates section to see how to generate custom HTML pages using Simple Service templates.