sudhani001
zip files: choose your version here
http://sourceforge.net/projects/soapui/files/soapui/regarding your wsdl load issue, the http error file states that you got a 400 response when requesting the wsdl. So the content of the response is plain html which can not be parsed as wsdl (xml) definition.
Error seems to be "invalid hostname" use when performing the http GET to retrieve the wsdl
Tue May 28 11:40:57 EDT 2013:DEBUG:>> "GET /ImportExport2012Phase2/PwC.US.TT.StateANA.ImportExportSvc.ImpExp.svc?wsdl HTTP/1.1[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:>> "Host: matlkana2whs001.us.nam.ad.pwcinternal.com:8080[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:>> "Connection: Keep-Alive[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:>> "User-Agent: Apache-HttpClient/4.1.1 (java 1.5)[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:>> "[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "HTTP/1.1 400 Bad Request[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "Content-Type: text/html; charset=us-ascii[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "Server: Microsoft-HTTPAPI/2.0[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "Date: Tue, 28 May 2013 15:40:57 GMT[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "Connection: close[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "Content-Length: 334[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "<HTML><HEAD><TITLE>Bad Request</TITLE>[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "<BODY><h2>Bad Request - Invalid Hostname</h2>[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "<hr><p>HTTP Error 400. The request hostname is invalid.</p>[\r][\n]"
Tue May 28 11:40:57 EDT 2013:DEBUG:<< "</BODY></HTML>[\r][\n]"