serviceRef.setServiceRefType(qualifiedClass);
}
// mapped-name
if (!serviceRef.isSetMappedName() && annotation.mappedName().trim().length() > 0) {
XsdStringType mappedName = serviceRef.addNewMappedName();
mappedName.setStringValue(annotation.mappedName().trim());
serviceRef.setMappedName(mappedName);
}
// WSDL document location
if (!serviceRef.isSetWsdlFile()) {