Note that there are some explanatory texts on larger screens.

plurals
  1. POSecure Webservice (NTLM) - Jmeter
    primarykey
    data
    text
    <p>I am trying to test a web service with Jmeter. The web service is protected with NTLM authentication(windows).I can able to load WSDL using <code>WebService(SOAP) Request</code> sampler. Currently it works only when I use proxy server with BurpSuit mentioned in this <a href="https://stackoverflow.com/questions/914899/testing-webservice-with-soapui-windows-authentication">SO answer</a>(Instead of SOUP UI, I'm using Jmeter with BurpSuite).</p> <p>But Instead of using a proxy server,I would like to use a web service directly in Jmeter with NTLM authentication.I've already tried <code>HTTP Authentication Manager</code> with ntlm authentication. But still it gives <code>401 Authorization Required</code> in a response</p> <p>Thanks for the help. </p> <p>Sampler result.</p> <pre><code>Thread Name: WebSVC 1-1 Sample Start: 2010-06-28 13:54:08 IST Load time: 752 Latency: 0 Size in bytes: 401 Sample Count: 1 Error Count: 0 Response code: 200 Response message: OK Response headers: Date=Mon, 28 Jun 2010 08:24:08 GMT Server=Apache/2.2.9 (Unix) DAV/2 mod_jk/1.2.26 Connection=close WWW-Authenticate=NTLM SampleResult fields: ContentType: text/html; charset=iso-8859-1 DataEncoding: iso-8859-1 </code></pre> <p>and Response</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&gt; &lt;html&gt;&lt;head&gt; &lt;title&gt;401 Authorization Required&lt;/title&gt; &lt;/head&gt;&lt;body&gt; &lt;h1&gt;Authorization Required&lt;/h1&gt; &lt;p&gt;This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.&lt;/p&gt; &lt;/body&gt;&lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload