Kettle Spoon中調用WebService接口


整體配置流程

 

掃庫-表輸入:

 

組裝參數-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>

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM