gpt4 book ai didi

rest - SoapUI 是否能够以 html 形式发送剩余请求?

转载 作者:行者123 更新时间:2023-12-02 04:29:05 26 4
gpt4 key购买 nike

我已经在 WADL 的soapUI 项目中创建了 REST 服务“绑定(bind)”。目前,它将 xml 发送到服务器。我的 REST 服务也可以以 html 表单的形式发送请求,如本示例所示:

<FORM action="http://somesite.com/prog/adduser" method="post">
<P>
<LABEL for="firstname">First name: </LABEL>
<INPUT type="text" id="firstname"><BR>
<LABEL for="lastname">Last name: </LABEL>
<INPUT type="text" id="lastname"><BR>
<LABEL for="email">email: </LABEL>
<INPUT type="text" id="email"><BR>
<INPUT type="radio" name="sex" value="Male"> Male<BR>
<INPUT type="radio" name="sex" value="Female"> Female<BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</P>

soapUI 是否可以从我已包含到我的soapUI 项目中的 WADL 生成的服务自动生成/模拟此类表单?如果没有,那么如何使用soapUI测试此类表单请求?

我对 REST 的了解很差,所以如果我的问题没有任何意义,请指出我正确的方向,我会尽力改进它。

最佳答案

在官方找到答案soapUI docs :

If you are simulating HTML Form submits, you might want to them to use the POST method instead. If we create a corresponding REST Method using the POST (or PUT) verb you will get an option to post query-parameters in the body instead:

enter image description here

关于rest - SoapUI 是否能够以 html 形式发送剩余请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24556882/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com