// The spec states that WSDL location should be allowed on an SEI, although it
// makes far more sense on the implementation bean, so we ONLY consider the SEI
// wsdlLocation when it is not defined on the bean already
if (wsdlLocation.length() == 0)
wsdlLocation = seiAnnotation.wsdlLocation();
}
// Setup the ServerEndpointMetaData
QName portQName = new QName(serviceNS, portName);
QName portTypeQName = new QName(interfaceNS, name);