我正在尝试使用 canoo webtest 在 Jboss 7.1 上测试我的休息服务。下面是请求。我无法将 json 内容传递给服务器。然而,这同样适用于 curl 脚本。当我打印请求对象时,它在我的服务中显示为空白。也尝试使用soapAction true/false,但没有任何效果。请有任何建议。”
<config host="localhost"
port="8080"
protocol="http">
<header name="USEIR_ID" value="myusername"/>
<header name="USER_PASSWORD" value="mypassword"/>
<header name="Content-type" value="application/json"/>
</config>
<invoke method="post" url="/service/createPackage/getPackage" description="get package status"
content='{signature:{applicationId:100,subInvId:2664}}' soapAction="true">
</invoke>