Hi You might try and see if http://username:passw...@server/pathtowsdl works (not sure it does) OR just download the WSDL file locally and use file: protocol to load it OR since the WSDL URL is optional , dont use it.
regards deepak On Mon, Apr 5, 2010 at 7:56 PM, Arun Sakthi <[email protected]> wrote: > Hi deepak, > > This is a peculiar case. I'm using webservice soap request sampler and > tried > adding a http authorization manager as well at test plan level. I'm getting > a HTTP 401 error. The issue is how to set these values at load wsdl level > and not during running the test. Any ideas? > > On Mon, Apr 5, 2010 at 9:52 PM, Deepak Shetty <[email protected]> wrote: > > > if its basic authentication then it should work with the authorization > > manager... > > > > On Mon, Apr 5, 2010 at 7:40 PM, Arun Sakthi <[email protected]> > wrote: > > > > > Hi, > > > > > > I'm trying to test a webservice in my company which is secured. When I > > mean > > > as secured, its prompting for user credentials even to load the WSDL. > Is > > > there a way to test this with JMeter ? > > > > > >

