ContributionsMost RecentMost LikesSolutionsHow to perform security tests on SOAP request that contains XML in a string attribute. I have a web service that submits a soap request that contains an XML file in the request in a string element. The actual request (i.e. data that would change in different requests) are in the embedded document. And yes, the xml document is enclosed in CDATA. Is there a way to have the security functionality perform the testing on the elements in the embedded XML document? Thanks. Ready API 1.90 getting handshake alert: Unrecognized name Attempting to run a SoapUI NG test on a RESTful webservice I get Error getting response; javax.net.ssl.SSLProtoclException; handshake alert: unrecognized_name. The connection is TLS 1.2 using a cert that was issued by Starfield Secure Certificate Authority. I get no issues with the certificate accessing the site through IE. Looking through the posts, I have already put in -Djsse.enableSNIExtension=false into the .vmoptions file and still get the same issue. I have also enabled TLS 1.2 by adding -Dsoapui.https.protocols=TLSv1.2,SSLv3. Any ideas? Using authentication token from separate web service Apologies if this was answered before, My quick search did not seem to cover this. I am needing to perform a security test using Secure on a webservice. Unfortunately, the process to authenticate to the webservice is to supply the authentication credentials to a different authentication webservice in order to obtain a token. This one time use token is then used to access the service that I need to test. I was hoping that there would be a way to use SoapUI NG (1.5.0) to obtain the token and somehow pass it to Secure. Or is there a way that I can use secure to access the authentication service, obtain the token, then use the token to test the other service. Any information would be quite helpful.