| |||||||||||||||||||||||||
Resin 3.1 Documentation Examples Changes Overview Installation Configuration Quercus SOA/IoC JSP Servlets and Filters Admin (JMX) EJB Amber Security Performance Hessian XML and XSLT Third-party Troubleshooting/FAQ tags Common Tasks Relax Schema howto Config FAQ Scrapbook DB Scrapbook env tags <resin> <cluster> <server> port tags <host> <web-app> <database> session tags rewrite tags service tags log el variables el control |
Resin's provides web service support with <web-service> and <web-service-client> for multiple protocols: REST, SOAP, Hessian, VM. <servlet> child of web-app The <servlet> tag can configure a bean as a service.
If the See the hello world tutorial for an example.
<web-service-client> child of web-app <web-service-client> configures a proxy to a web-service. It uses a Java interface and a URL to select the web-service. The URL is defined as: : , where location is typically a HTTP URL.See the hello world tutorial for an example.
|