logger.warn("The endpoint name defined in the wsdl (" + endpointName +
") does not match the endpoint name defined in the endpoint spec (" + es.getEndpointName() +
"). WSDL description may be unusable.");
}
if (rtEndpointInfo.needWSDLGeneration()) {
rtEndpointInfo.generateWSDL();
}
// put service description
try {
SourceTransformer st = new SourceTransformer();
Map<String, DocInfo> docs = rtEndpointInfo.getDocMetadata();