mrkcor / echo_service

Example of a basic SOAP service written in Ruby

Home Page:http://mkrmr.wordpress.com/2011/11/07/writing-a-soap-web-service-in-ruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchoService

Example of a basic SOAP service written in Ruby (1.9), the code contains explanatory comments.

The EchoService works with Ruby 1.9.2 and 1.9.3. It will not work with JRuby because of Nokogiri issue #494

On 22-08-2020 I updated the gems and found that this service still works with Ruby 2.6.6

If you have any issues, suggestions, improvements, etc. then please log them using GitHub issues.

Usage

To run the EchoService run "bundle exec rackup"

The default endpoint URL in the WSDL is http://localhost:9292/echo_service, you can set the environmental variable BASE_URL to replace http://localhost:9292 with whatever is appropriate for you (per example http://echo.without-brains.net)

License

EchoService is released under the MIT license.

Author

Mark Cornelissen

About

Example of a basic SOAP service written in Ruby

http://mkrmr.wordpress.com/2011/11/07/writing-a-soap-web-service-in-ruby/

License:MIT License


Languages

Language:Ruby 81.8%Language:HTML 16.5%Language:XSLT 1.7%