整體配置流程

掃庫-表輸入:

組裝參數-javaScript代碼:

調用接口-HTTP post:

獲取接口返回數據-Get data from XML
返回參數:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:registerPatient2Response xmlns:ns2="http://ws.system.empi.com">
<return>
<code>0</code>
<msg>注冊患者信息成功</msg>
</return>
</ns2:registerPatient2Response>
</soap:Body>
</soap:Envelope>



