[Rails] Re: Action Web Service : Missing template wsdl.rhtml

2010-02-10 Thread Kirill Necrasov
Lucas Hills wrote: module SOAP SOAPNamespaceTag = 'env' XSDNamespaceTag = 'xsd' XSINamespaceTag = 'xsi' end Big thnx, this works! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post

[Rails] Re: Action Web Service : Missing template ... wsdl.rhtml

2010-02-09 Thread Lucas Hills
In case anyone else comes across this again, I had a similar problem when trying to create a wsdl and my browser telling me a template was missing. If you add the following to config/environments.rb module SOAP SOAPNamespaceTag = 'env' XSDNamespaceTag = 'xsd' XSINamespaceTag = 'xsi' end