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>

 

 

 

posted on 2021-12-13 16:56  yr1126  阅读(1620)  评论(0编辑  收藏  举报