SOAP server in ruby with WSDL

99封情书 提交于 2019-12-20 18:32:32

问题


I need to implement a soap server in ruby for one call and also provide a WSDL. My plan is to create the WSDL myself and just provide that on a rails server with the endpoint parsing the xml.

Is that a valid path? I looked and couldn't find much other information regarding a soap server in ruby that generates a WSDL. Action web service does but was last updated in 2005, and soap4r standalone server doesn't generate a WSDL.


回答1:


Anyone else who'd be interested in a working solution to this problem should give a shot to the gem "wash_out". I have successfully developed a SOAP server with v0.8.2

Please refer to the gem's github repository for source & documentation




回答2:


Try SimpleWS . I was having exact same problem and found this library to be working fine. It's a layer over soap4r. Has very simple DSL.



来源:https://stackoverflow.com/questions/5021428/soap-server-in-ruby-with-wsdl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!