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/.