Class SoapService


  • public class SoapService
    extends Object
    This class makes it possible to provide a custom URL-Schema for Spring-WS backed Endpoints. The functionality is based upon the implementation of MessageDispatcherServlet.
    Some example URLs:
    • WSDL:
      http://localhost:8080/service/manager/some-application/soap/someService/someService.wsdl
    • Schema:
      http://localhost:8080/service/manager/some-application/soap/someService/schema.xsd
    • SOAP-Endpoint:
      http://localhost:8080/service/manager/some-application/soap/someService
    Author:
    Matthias Müller
    See Also:
    ServiceRequestHandler
    • Method Detail

      • clearCache

        public static void clearCache​(String siteName)