if( part != null )
{
SchemaType schemaType = WsdlUtils.getSchemaTypeForPart( wsdlContext, part );
SchemaGlobalElement schemaElement = WsdlUtils.getSchemaElementForPart( wsdlContext, part );
if( schemaType != null )
result.add( new WsdlHeaderPart( part.getName(), schemaType, part.getElementName(), schemaElement ) );
}
else
log.error( "Missing part for header; " + header.getPart() );
}