mrkcor / echo_service_rails

Example of a basic SOAP service written in Ruby on Rails

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchoService on Rails Build Status

Example of a basic SOAP service in Ruby on Rails. The code contains explanatory comments.

The EchoService on Rails 6 and has been tested 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 on Rails simply start Rails (rails s)

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

License

EchoService on Rails is released under the MIT license.

Author

Mark Cornelissen

About

Example of a basic SOAP service written in Ruby on Rails

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

License:MIT License


Languages

Language:Ruby 70.2%Language:HTML 21.2%Language:JavaScript 7.3%Language:CSS 0.7%Language:XSLT 0.5%