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>

 

 

原文地址:https://www.cnblogs.com/yr1126/p/15684167.html