web services - How do I use WSDL and implement a SOAP server in Ruby? -
i have wsdl , xsd files , want implement webservice based on wsdl.
i've installed action web service gem , it's worked without problem me, need use custom wsdl , not 1 generated actionwebservice.
i don't have answer you, sounds need code generator wsdl2ruby available in soap4r gem.
here recent fork/update soap4r: https://github.com/mumboe/soap4r
and there couple of examples of using soap4r generate web service clients:
http://www.winstonyw.com/2008/09/02/howto-use-ruby-soap4r/
http://mrfrosti.com/tag/wsdl2ruby/
i haven't found examples of generating server-side code, wsdl2ruby seems have switch perform function.
good luck.
Comments
Post a Comment