Sinatra + mumboe-soap4r + ruby1.9.1 problem

R

Roman Kononov

Hi 2 all, i have following problem - simple ruby application with soap
and sinatra

require 'rubygems'
require 'sinatra'
gem 'mumboe-soap4r'
require 'soap/rpc/driver'
get '/' do
'just text'
end

When i'm trying to reach this page via browser i see

"Internal Server Error
undefined method `split' for nil:NilClass "

webrick error (because of Content-type=nil)
but if you comment out soap import (require 'soap/rpc/driver') all works
fine...seems that soap just override webrick respond and produce an
error. Any thoughts?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top