SOAP4R fails

Does anybody have a clue about this one?

Unknown element {http://www.w3.org/2001/XMLSchema}simpleType.

It happens here:

require 'soap/wsdlDriver'
soap = SOAP::WSDLDriverFactory.new("test.wsdl")

the wsdl is fairly huge, I don't want to post it here unless
somebody asks for it...

Best regards
Peter

Hi,

Peter Ertl wrote:

Does anybody have a clue about this one?

Unknown element {http://www.w3.org/2001/XMLSchema}simpleType.

It happens here:

require 'soap/wsdlDriver'
soap = SOAP::WSDLDriverFactory.new("test.wsdl")

the wsdl is fairly huge, I don't want to post it here unless
somebody asks for it...

What version of ruby (or soap4r) are you using? simpleType support is
rather new so you may need to update soap4r module. Would you please
try soap4r-1.5.5.tar.gz or the latest snapshot tarball both at
http://dev.ctor.org/download/ ?

Regards,
// NaHi