Options

Web service authentication

psimonsenpsimonsen Posts: 2
edited April 10, 2006 8:25AM in ANTS Load
Hi,

I am trying to load-test a series of web services that however requires basic authentication. Is there anyway to get ants load to use authentication when calling web services?

Best Regards,
Psimon

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    Unfortunately not. ANTS Load only supports open webservices that do not require any kind of authentication because the webservice wrapper we use does not add the appropriate headers.
  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    This is now possible in version 1.70. What you can do is use the Authentication library to authenticate to the site with a regular WebClient.GET. This will work for webservices that require Windows Authentication, but probably not basic. More information is available in the Knowledge Base.
This discussion has been closed.