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?

Re: How to create SOAP Web Service

This module provides an interface to consume external web services. It focuses on integrating web service operations as Rules action


Bookkeeping Services Sydney

Re: How to create SOAP Web Service

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.

Re: How to create SOAP Web Service

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