Scout/JAXWS-RT/JaxWsServlet
< Scout
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
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.