Forum Discussion

asn_007's avatar
asn_007
Contributor
9 years ago

SOAPUI ALM12

Hi

 

I am trying to connect to ALM 12 from SOAPUI to get Test/Defect Details.

This is what I did :

 

Step 1 :

Used POST to <ALM Host>/qcbin/authentication-point/alm-authenticate

<alm-authentication>
<user>username</user>
<password>password</password>
</alm-authentication>

Result : Auth was successful as I could see in the Response Headers(HTTP 200/OK)

 

Step 2 :

Used GET to /qcbin/rest/domains/domainname/projects/projectname/defects/12

Result : Got an error - Error 401 Authentication failed. Browser based integrations - to login append '?login-form-required=y to the url you tried to access

i also tried providing the LWSSO_COOKIE_KEY I got from Step 1

 

Has anyone tried this before ?

 

Thanks

S

 

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3

    If not already, please see this link which I think is helpful to understand the way how ALM does authenticate.