sudhani001according to the code (see
https://github.com/SmartBear/soapui/blo ... .java#L138), you should also have an error message in the logs like "Failed to load url [XXXX]" and an exception stackTrace in the shell console (install soapui from the zip file, do not use a service, otherwise you cannot see the logs in the console)
the InvalidDefinitionException message is not shown in the log because this exception does not override the getMessage method (see
https://github.com/SmartBear/soapui/blo ... ption.java) and the stacktrace is also lost because when it is logged in WsdlLoader, the whole exception is not passed to the log error method
