最新消息:本站持续更新中,请注意添加收藏夹。搜索关键词时,多换一个同义词。比如要搜索界面,可以尝试页面,画面,PER档等词汇。善于搜索,将大大提高你的查找效率。

tiptop webserver接口测试(环境搭建 使用Apipost接口访问)

开发相关 bron1984 98浏览

下载安装 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>

测试

  • 触发 发送 按钮请求

 

 

 

 

 

 

 

转载请注明:赫非域 » tiptop webserver接口测试(环境搭建 使用Apipost接口访问)