Skip to main content
Jump to: navigation, search

Scout/JAXWS-RT/JaxWsServlet


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla

This servlet is the entry point for webservice requests. All the webservices are published at its registered alias.

At the time the servlet is initialized, it spiders all the installed Plug-Ins and their fragments for sun-jaxws.xml files to install their listed webservice endpoints. That is why all the webservices share the same alias. In order to be published properly, the URL-pattern of the webservice endpoints must start with the servlet's alias.

Back to the top