Topic: How to create SOAP Web Service
Hi!
Task is created SOAP web service (on rails 2.3.2 version).
Where could I found examples or documentation for it?
You are not logged in. Please login or register.
Rails Forum - Ruby on Rails Help and Discussion Forum » Other Rails Programming » How to create SOAP Web Service
Hi!
Task is created SOAP web service (on rails 2.3.2 version).
Where could I found examples or documentation for it?
This module provides an interface to consume external web services. It focuses on integrating web service operations as Rules action
you can create SOAP web services by taking at a look at following links,
1. http://www.ibm.com/developerworks/opens
index.html (it contains steps for webservice)
2. https://github.com/datanoise/actionwebs
r/examples (it contains 2 webservice examples of SOAP)
3. http://aws.rubyonrails.org/ (web service API)
note: rails 2.3 required.
There is a large list of methods to create SOAP web services.I found one resource very useful for this..Please check it out...
http://oreilly.com/catalog/progwebsoap/
/ch03.html
Hosting provided by aTech Media