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