From: Raffaele Tesi Date: 2008-03-13T19:07:01+09:00 Subject: Re: SOAP::RPC::StandaloneServer and WSDLs Robert Gray wrote: > >> library snippet (standaloneserver.rb): >> " >> if request.method != 'POST' >> raise SAError.new("Method '#{ request.method }' not allowed.") >> end >> " >> >> clear? > > Kind of. > > My questions was... how do you get a StandaloneServer to generate a WSDL > (preferably without writing it by hand)? > > Are you saying that it cannot be done with this class? take a look at action web service http://rubyforge.org/projects/aws/ -- Posted via http://www.ruby-forum.com/.