I want to test soap web service secured with TAM.
if anybody done this before, could you please tell me the setting I need to do at SOAP UI SIDE(version 5.2).
I tried setting up username and password but not able to hit the service.
getting below html form as response
<form action="/pkmslogin.form" method="POST">
<table width="500px" border="0" cellpadding="3" cellspacing="0" class="form">
<tbody>
<tr bgcolor="#eeeeee">
<td colspan="2" valign="top" align="center" height="22px"><b>Please Enter Your Connect User ID and Password.</b></td>
</tr>
<tr bgcolor="#eeeeee">
<td width="35%" align="right" valign="top"><b>Username*: </b></td>
<td width="65%"><input type="text" name="username" style="width: 200px" size="40" maxlength="40"></td>
</tr>
<tr bgcolor="#eeeeee">
<td width="35%" align="right" valign="top"><b>Password*: </b></td>
<td width="65%"><input type="password" name="password" style="width: 200px" size="40" maxlength="40"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Login" style="width: 75px; height: 22px" class="actionButton"></td>
</tr>
</tbody>
</table>
<input type="HIDDEN" name="login-form-type" value="pwd">
</form>