I think this is already answered by sebb somewhere in the archives. If i remmeber correctly Use the other webservice sampler - SOAP/XML-RPC Request ...(it will ignore HTTPS errors i think). Search the mail archives.
Your actual error is that your server certificate chain is not trusted from the JVM jmeter is running on and you need to import the entire chain intpo your keystore. search google for your error and you should be able to see the details, though it would need a lot more work regards deepak On Wed, Mar 10, 2010 at 12:28 PM, Sam Lakhdhir <[email protected]>wrote: > Hi, > I am new to JMeter, please can someone help me resolve the following issue: > > Making a WebService(SOAP) Request to a https WSDL gives following response: > Response message: Error opening socket: > javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target. > > Cheers, > Sam. > >

