下载安装 Apipost
Apipost : https://www.apipost.cn
配置
http请求:
- POST方式
- url: http://10.1.2.205/web/ws/r/aws_ttsrv2
- Header
Content-Type:text/xml;charset=UTF-8
SOAPAction:""
- Body
- raw 选xml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tip="http://www.dsc.com.tw/tiptop/TIPTOPServiceGateWay">
<soapenv:Header/>
<soapenv:Body>
<tip:GetItemDataRequest>
<tip:request><![CDATA[
<Request>
<Access>
<Authentication user="tiptop" password="xxxxx" />
<Connection application="tiptop" source="xxx.xxx.xxx.xxx" />
<Organization name="BLPROD" />
<Locale language="zh_tw" />
</Access>
<RequestContent>
<Parameter>
<Record>
<Field name="condition" value="ima01 = 'FFB-WS8762NNN-05'" />
</Record>
</Parameter>
<Document />
</RequestContent>
</Request>
]]></tip:request>
</tip:GetItemDataRequest>
</soapenv:Body>
</soapenv:Envelope>
测试
- 触发 发送 按钮请求