This package used to expose Raritan classification, search and content management functions as a SOAP Web Service. Enables a Raritan search
application to be accessed via a SOAP search request.
SOAP messages are routed to framework modules using the RaritanWebServiceHandler:
The RaritanWebServiceHandler passes the SOAP MessageContext to the WebServiceConfiguration to get a configurable
WebServiceMapper that can handle the request:
The WebServiceMappers handle SearchSource discovery and schema publishing (GetSourcesMapper), the search itself (BasicSearchMapper), and
requests for document content or full text (ContentHandlerMapper).