Forum Discussion

Racharam's avatar
12 years ago

In which way to Post login details inSoap to get Proper resp

In which way to Post login details in Soap Pro to get Proper responce with Session ID.
i need to provide URL and Post the login details(Username,Password) with these i need to get success message with Session ID.
Please provide the steps.

Thanks
Ramesh.R

1 Reply

  • GiscardN's avatar
    GiscardN
    Frequent Contributor
    Hi,

    You can do the following:
    1. Create an "HTTP TestStep" that mimics the login functionality of a web form. So it should submit the login credentials in corresponding GET or POST attributes.
    2. Then in your SoapUI Pro TestCase, click on the options icon (one with wrench and screwdriver) and check the option "Maintain HTTP Session"
    3. Now the following steps in your TestCase should include the authenticated Session ID that you received from the login.

    Regards,

    Giscard