jkgupta0003Occasional ContributorJoined 11 years ago12 Posts2 LikesLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: testrunner skipping the request while running a test using testrunner. When I run test normally it runs but using testrunner it is not running steps and giving blank properties and so that blank request. Could you pls. suggest what could be the possible reason? Thanks, JK Re: SoapUI JDBC Connection throwing error "This driver is not configured for integrated authentication." Thanks Rupert for your reply. However problem was due to sqljdbc.jar file. Version wasn't compatible with the SoapUI 5.1.3 version. I replaced the jar and it's working for me. Regards, Jitendra testrunner skipping the request while running a test using testrunner. I have this typical test case running using test runner but as soon as I'm running this test, testrunner skipping to the groovy script after running the above Data Drive & Properties step so the response is not coming and validation script throws that 'No Data Found' (customized error msg). Pls. let me know why it is skipping the step. Attached the SoapUI log. Thanks, Jitendra Re: Error in loading wsdl file Problem is resolved by using kerborised authentications and white listing the service end point against the usename. Re: Error in loading wsdl file Hi NM, Timestamp is different as I saved it in different time. Yes I am providing right credentials. Interface is reachable because I'm able to ping it in cmd and open it in browser. Pls. suggest if there is any other way I can try. Thanks, Jitendra Re: Error in loading wsdl file Hi NM, Tried below mentioned link but doesn't help much, still getting the same error. Is there any other way to resolve it? Pls. help. Thanks, Jiten Re: Error in loading wsdl file Hi NM, Thanks for the reply. I am able to open the service url in browser and also able to pinged it in cmd. I checked the credentials and it is correct. Is it something with the Kerberosied authentication that soapui does't able to handle as my service is public within domain? Thanks, Jitendra Error in loading wsdl file Hi, I am facing the problem while loading the wsdl in soapui 5.1.3 version. As soon as I am loading it, it asks for NT authentications and I provide it credentials but it fails to load the wsdl. Pls. find the attached error logs and screenshot. Pls. help me on this. Tue Jul 28 06:59:47 EDT 2015:ERROR:com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.makeInvalidDefinitionException(WsdlLoader.java:119) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlLoader.loadXmlObject(WsdlLoader.java:109) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:488) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.getDefinitionParts(SchemaUtils.java:477) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionCache.update(AbstractDefinitionCache.java:94) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:209) at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46) at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131) at java.lang.Thread.run(Unknown Source) SoapUI Error Log: Tue Jul 28 07:40:27 EDT 2015:DEBUG:Getting wsdl component from [http://ebc-xxxxxx.webfarm-dev.ms.com/xxxxxx/GNL.svc?wsdl] Tue Jul 28 07:40:27 EDT 2015:DEBUG:Attempt 1 to execute request Tue Jul 28 07:40:27 EDT 2015:DEBUG:Sending request: GET /xxxxxx/GNL.svc?wsdl HTTP/1.1 Tue Jul 28 07:40:27 EDT 2015:DEBUG:Receiving response: HTTP/1.1 401 Request for /xxxxxx/GNL.svc (mime type: application/octet-stream) requires authenticated user Tue Jul 28 07:40:27 EDT 2015:DEBUG:Connection can be kept alive indefinitely Tue Jul 28 07:40:27 EDT 2015:DEBUG:Target requested authentication Tue Jul 28 07:40:27 EDT 2015:DEBUG:Authorization challenge processed Tue Jul 28 07:40:27 EDT 2015:DEBUG:Authentication scope: NEGOTIATE <any realm>@ebc-xxxxxx.webfarm-dev.ms.com:80 Tue Jul 28 07:40:27 EDT 2015:INFO:ebc-xxxxxx.webfarm-dev.ms.com:80 requires Windows authentication Tue Jul 28 07:41:06 EDT 2015:DEBUG:Found credentials Tue Jul 28 07:41:06 EDT 2015:DEBUG:Attempt 2 to execute request Tue Jul 28 07:41:06 EDT 2015:DEBUG:Sending request: GET /xxxxxx/GNL.svc?wsdl HTTP/1.1 Tue Jul 28 07:41:06 EDT 2015:DEBUG:Receiving response: HTTP/1.1 401 Request for /xxxxxx/GNL.svc (mime type: application/octet-stream) requires authenticated user Tue Jul 28 07:41:06 EDT 2015:DEBUG:Connection can be kept alive indefinitely Tue Jul 28 07:41:06 EDT 2015:DEBUG:Target requested authentication Tue Jul 28 07:41:06 EDT 2015:DEBUG:Authorization challenge processed Tue Jul 28 07:41:06 EDT 2015:DEBUG:Authentication scope: NEGOTIATE <any realm>@ebc-xxxxxx.webfarm-dev.ms.com:80 Tue Jul 28 07:41:06 EDT 2015:DEBUG:Authentication failed Tue Jul 28 07:41:06 EDT 2015:ERROR:Failed to load url [http://ebc-xxxxxx.webfarm-dev.ms.com/xxxxxx/GNL.svc?wsdl] Tue Jul 28 07:41:06 EDT 2015:ERROR:An error occurred [com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException], see error log for details Tue Jul 28 07:41:37 EDT 2015:DEBUG:Connection closed Thanks, jitendra SolvedSoapUI JDBC Connection throwing error "This driver is not configured for integrated authentication." I am using open version of SoapUI version 5.1.3 I have placed JDBC driver for SQL Server: sqljdbc4.jar : C:\Program Files (x86)\SmartBear\SoapUI-5.1.3\bin\ext copied sqljdbc_auth.dll inside this path: C:\Program Files (x86)\SmartBear\SoapUI-5.0.0\bin Restarted the SoapUI Added the Test step: JDBC Request Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver Connection String: jdbc:microsoft:sqlserver://server:portname;databaseName=db name;IntegratedSecurity=true but it's not working for me getting error: Can't get the Connection for specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. Pls. help me on this. I'm badly stuck on this. SolvedSoapUI Integration with Microsoft Test Manager.Hello, Can we integrate SoapUI with Microsoft Test Manager, can use parameter passed from MTM into SoapUI? If yes, pls. help me. Thanks, Jitendra