用于TAM安全性的SOAP UI启用了SOAP Web服务

时间:2016-02-20 12:08:30

标签: soapui soap-client webseal

我想测试使用TAM保护的soap web服务。

如果以前有人这样做过,请你告诉我在SOAP UI SIDE(5.2版)中需要做的设置。

我尝试设置用户名和密码,但无法点击该服务。

将html表格作为回复

<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*:&nbsp;</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*:&nbsp;</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>

0 个答案:

没有答案