IO Taglib

Welcome to the IO tag library which makes it easy to do URL requests via JSP custom tags. Current protocols supported are the file system, FTP, HTTP, HTTPS, XMLRPC and SOAP. Here are some examples

Simple URL demos

These demos all perform simple URL requests such as HTTP GETs of external content.

HTTP POST demos

These demos all perform HTTP POST requests to SOAP web services and return XML documents ready for styling into some other format.

XML RPC demos

These demos all use the <io:xmlrpc> tag to peform XML-RPC requests on web services and return XML documents ready for styling into some other format.

SOAP demos

These demos all use the <io:soap> tag to peform SOAP requests on web services and return XML documents ready for styling into some other format.

MarketWatch

General