ContributionsMost RecentMost LikesSolutionsError connecting to oracle database in soap ui jdbc request Hi Can anyone help me with jdbc request for establishing connection with oracle database I am using below Driver oracle.jdbc.driver.OracleDriver Connection string jdbc:Oracle:thin:@//gbl10263.systems.uk.hsbc:2001/ CAAERTL07.systems.uk.hsbc), "WEBPROXY", "WEBPROXY.123" I am getting error 'Failed to init connection for driver' This works fine in sql developer please let me know if there's any issue with syntax for connection string Re: adding assertions in soap ui to validate xml response tags with database values Thanks PaulMS,wildcard declaration helped Re: adding assertions in soap ui to validate xml response tags with database values I am unable to get the element from response using xpath declare namespace ns='https://ams-un-service-ams-ist.cf.wgdc-drn-01.cloud.uk.hsbc/amss.hsbc.com/counterparty-risk-list'; //ns:counter_party_risk_list[1]/ns:counter_party_risk[1] its giving invalid xpath match Do I need to provide header and authentication also in namespace declaration? adding assertions in soap ui to validate xml response tags with database values hi, I am new to soap ui.can someone help me with adding assertions in soapui to do automated testing of validation of xml response with database values attached is sample request and response Solved