ContributionsMost RecentMost LikesSolutionsError occured while connection to http://ws.softwareplanner.com/psws.asmxJust installed the trail version of ALM Complete and followed all the steps according to manual and did all the installations. Trying SW registration Planner I get Error occured while connection to http://ws.softwareplanner.com/psws.asmx messageRe: Types not identified by TCI have sent the request to support.Thanx Allen.Types not identified by TCIn the attached document you can find the types available in our wsdl. TC identifies all the methods for the types present except for the one marked in red(find in the attached doc). The data objects contained in them are list of object type.I wonder why only these types are not identified when connected to the WebService.Please help me as soon as possible. -AravindaRe: Two Instances of IEThanx David.I did mention because the second instance of IE is not launched when I did the same manually.I thought may be RunAs() is launching another process.But this solved my problem.Two Instances of IEI was running IE as different user with Login credentials.The script is Err.Clear On Error Resume Next Call TestedApps.iexplore.RunAs(Domain,user,pwd,,,,-1) Set p = Sys.Process("iexplore").Page("http://loca*") If p.Exists Then Log.Message("IE launched") End If TestedApps.TerminateAll But in the Processes I see iexploe.ese with cmdline "C:\Program Files\Internet Explorer\iexplorer.exe"SCODEF:1108 CREDAt:79873. Whenever I run the script I get an error message(but that's for exception handling) and another instance of IE running though I don't see anything under Applications.I have to always kill the process to run my script again. Other problem is even after killing the process when run script I get unexpected window to recover last session. Help me to get rid of all these problems. -Aravinda Re: WSDL not availableHello David, Thanks for the reply.Actually we were developing testcases for services against our servers.So right now we could not take any decission for providing information to you.I will get back to you when I have information with me. /AravindaRe: WSDL not availableIs there any way to generate a service to know the information flow between the server and console.The http files cannot be loaded into TC.Giving the path .../....asmx?WSDL, I get the error unable to load file. But loading Mgt service managed to get types and methods.But cannot access them.Is there any way to change the soap header. Could anyone help me. WSDL not availableHi, The WSDL file is not available for the web server I have to test. So I can connect and get all the types and methods. According to the ex in http://www.automatedqa.com/products/testcomplete/testing-web-services/ But I some how managed to get Mgt service API in to TC and could get methods.But I cannot use methods to get desired results as it doesn't generate any connection to the web service.But I have a method called GetTimeLimitedRequestKey which is generating a service key terminates evry minute.Is there any way for me providing this key to get information from web server regarding the running services.I should read the header of the http.Something like svSoap11.Headers[SERVICE_KEY_HTTP_HEADER] . Any Help? -Aravinda