}
// WSDL document location
String documentAnnotation = annotation.mappedName();
if ( documentAnnotation.length() > 0 ) {
XsdAnyURIType wsdlFile = XsdAnyURIType.Factory.newInstance();
wsdlFile.setStringValue( annotation.mappedName() );
serviceRef.setWsdlFile( wsdlFile );
}
}
catch ( Exception anyException ) {