Hi, > From: "Ian Macdonald" <ian / caliban.org> > Sent: Saturday, January 17, 2004 6:02 PM > I'm using SOAP4R and trying to parse a WSDL file. However, I get this > error: > > [ianmacd / sagan]$ ./test3 > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > Unknown element {http://www.w3.org/2001/XMLSchema}simpleType. > /usr/lib/ruby/1.8/wsdl/soap/operation.rb:107:in `param_info': soap:body parts (NotImplementedError) Can I see the WSDL? > Is there a way around this kind of thing? Could be. If "part" attribute of soap:body element lists all parts of the message defined, it can be ignored... Regards, // NaHi