From: Robert Gray Date: 2008-03-13T04:23:12+09:00 Subject: Re: SOAP::RPC::StandaloneServer and WSDLs > 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? -- Posted via http://www.ruby-forum.com/.