views:

231

answers:

0

I am using SOAP web services with a Rails application. The rails application is the server in this instance; clients are mixed platforms.

I am using datanoise-actionwebservice 2.3.2 and Rails 2.3.5.

I want to know how to alternate between publishing a SOAP 1.1 and SOAP 1.2 web service, or even if this is possible.

Help appreciated.