* @param response The http servlet response
*/
protected void doPost(final HttpServletRequest request, final HttpServletResponse response)
throws ServletException, IOException
{
final SoapService soapService = getSoapService(request.getPathInfo()) ;
if (soapService == null)
{
response.setStatus(UNKNOWN_SERVICE_STATUS) ;
if (UNKNOWN_SERVICE_CONTENT != null)
{