![]() |
| ||||||||||||||||||||||||
| 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 Command-Line Options Tags Common Tasks Relax Schema howto Config FAQ Scrapbook DB Scrapbook Environment tags <resin> <cluster> <server> Port tags <host> <web-app> <database> Session tags Rewrite tags Service tags Log tags EL variables and functions Control tags Tag Index |
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.
| ||||||||||||||||||||||||