ContributionsMost RecentMost LikesSolutionsRe: SSL Certificates and SOAP UI ProI do have a follow-up question: Looking at the documentation, I see the instructions on how to assign the information to global settings. I then see documentation on how to associate the item with each request (need to look at this in more detail though)... Question: I already have many requests set up in many test cases. All of these requests will need to use the certificate(s). Is there something I can do so that I don't have to edit each request to use the certificate? For example, can I somehow associate the certificate with the test suite or endpoint so I don't have to edit each request? Thanks!Re: SSL Certificates and SOAP UI ProThanks! I will look over the documentation and if I have specific questions or run into issues, I will contact the forum again SSL Certificates and SOAP UI ProAt some point, the web services I'm testing will have certificates implemented. This is an area I've never dealt with... what will I need to do to my requests in order to make them work with certificates? Thanks!LicenseI hate to put such a basic question on the forums; however: I just received the renewal license key (for another year of the pro version). The email I received did not indicate how to apply the license key. The key was attached to the email. I looked around but could not find info on how to apply the key... what do i need to do to get the renewal key applied to my current SOAP UI Pro version? Thanks!Re: SOAP Request - XPath MatchThanks!! This works great! Wish I had asked earlier SOAP Request - XPath MatchIs there a way to use a test suite property in the expected results of an Xpath Match? For example, here is a portion of the xpath match: "http://schemas.xmlsoap.org/soap/envelope/">Jim's Test Jim's Test is in a test suite property... is there a way to access it in the XPath Match expected results? Thanks!Re: Send a blank in the requestIt works!! Thank you!Re: unable to resolve class groovy.sql.sqlYes, it does! I've gotten further (thank you). I am now getting an error message (unable to log in as user 'sa'.) Here is my connection string: def sql = Sql.newInstance("jdbc:sqlserver://qcsql","sa","","com.microsoft.sqlserver.jdbc.SQLServerDriver") I also tried: def sql = Sql.newInstance("jdbc:sqlserver://qcsql","sa","com.microsoft.sqlserver.jdbc.SQLServerDriver") and got the same error qcsql is the name of the server. Do you see anything wrong with the connection string?unable to resolve class groovy.sql.sqlI'm trying to access an SQL Server database. I grabbed the appropriate jdbc driver, loaded it on my local machine and modified the SOAP UI Pro bat file to include the classpath: set CLASSPATH=%CLASSPATH%;%SOAPUI_HOME%..\lib\sqljdbc.jar When I the following: import groovy.sql.sql I get the error: "unable to resolve the class groovy.sql.sql" What am I doing wrong? Help!Send a blank in the requestI would like to send a space in the request... whenever I attempt to send a space ("" or " "), the soap request just removes the information. I want to test out blanking of an optional database field... Is there a way to do this? Thanks!