Integration Your Way - (800) 235-7250
RSSBus for SharePoint V3
Questions / Feedback? From Web-Browsers

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=*.rsb
They can also accept POST data from HTML forms:

<form action="http://myHost/myService" >
  <input name="path" type="text" /> 
  <input name="mask" type="text" /> 
</form>
You can request a preformatted HTML table as output like this:
http://localhost:1110/fileListDirWithInput.rsb?path=demos&mask=*.rsb&@html
See the HTML Templates section to see how to generate custom HTML pages using Simple Service templates.


 
Copyright © 2013 RSSBus Inc.
[x] close

Questions / Feedback?


Name:
Email:
Feedback:
Send Feedback