Hi,
I m using Rails 3.1.1 and Ruby 1.9. Due to customer's demand we need to expose a SOAP webservice on our application. We are suppose to create a webservice which would handle the customer's request, process and save data and send success/failure via SOAP xml.
Can I use soap4r to develop the same without starting the soap4r server on separate server? I mean to use the Passenger server on which my Rails app is running. possibly let the webservice run on different port. Is this possible?
Hi,
I m using Rails 3.1.1 and Ruby 1.9. Due to customer's demand we need to expose a SOAP webservice on our application. We are suppose to create a webservice which would handle the customer's request, process and save data and send success/failure via SOAP xml.
Can I use soap4r to develop the same without starting the soap4r server on separate server? I mean to use the Passenger server on which my Rails app is running. possibly let the webservice run on different port. Is this possible?