Hi Siva,
If I understand you correctly, you do not want WSDL URLs to be shown in soapUI console.
Are you referring to
soapUI log tab inside soapUI or the
standard output console?
The messages appearing in both places have to do with log4j logging library and logging statements placed throughout soapUI code with different logging levels (e.g. DEBUG, INFO, WARN, ERROR). You can control logging using
$SOAPUI_HOME/bin/soapui-log4j.xml file.
Have a look at
log4j manual and other online resources to understand how to log4j should be configured.
Cheers!
/Nenad Nikolic