David Bourguignon
2007-Dec-07 15:09 UTC
Action Web Service : Missing template ... wsdl.rhtml
Hello, I have a problem with Action Web Service, I have defined a really simple WS with ./generate web_service Backend essai adding web_service_scaffold if I try to obtain the wsdl I got : Missing template ..../wsdl.rhtml It''s rails version 1.2.6 tested on cygwin with ruby 1.8.6 Any of you having an idea ? Thanks, David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Bourguignon
2008-May-06 09:21 UTC
Re: Action Web Service : Missing template ... wsdl.rhtml
responding to myself : the easiest way is to dump cygwin --> it works fine with Linux 2007/12/7 David Bourguignon <tal.bourguignon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hello, > I have a problem with Action Web Service, I have defined a really simple > WS > with > ./generate web_service Backend essai > adding web_service_scaffold > > if I try to obtain the wsdl I got : > Missing template ..../wsdl.rhtml > > > It''s rails version 1.2.6 > tested on cygwin with ruby 1.8.6 > > Any of you having an idea ? > > Thanks, > David >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Lucas Hills
2010-Feb-09 21:54 UTC
Re: Action Web Service : Missing template ... wsdl.rhtml
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 Reboot and see if it works. Did for me ;) I''m running on: Ruby version 1.8.6 (i386-mswin32) RubyGems version 1.3.5 Rack version 1.0 Rails version 2.3.2 Active Record version 2.3.2 Action Pack version 2.3.2 Active Resource version 2.3.2 Action Mailer version 2.3.2 Active Support version 2.3.2 datanoise-actionwebservice (2.3.2) -- 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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Kirill Necrasov
2010-Feb-10 16:40 UTC
Re: Action Web Service : Missing template wsdl.rhtml
Lucas Hills wrote:> module SOAP > > SOAPNamespaceTag = ''env'' > XSDNamespaceTag = ''xsd'' > XSINamespaceTag = ''xsi'' > > endBig 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 to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.