if (useDynamicContentType == null) {
useDynamicContentType = "no";
}
// Instantiate REST Server
srvREST = new RESTServer(getPool(), getFormEncoding(), getContainerEncoding(), useDynamicContentType.equalsIgnoreCase("yes")
|| useDynamicContentType.equalsIgnoreCase("true"), isInternalOnly());
// Instantiate SOAP Server
srvSOAP = new SOAPServer(getFormEncoding(), getContainerEncoding());