> However, the following error is still issued:
>
> /usr/lib/ruby/1.8/soap/mapping/wsdlliteralregistry.rb:90:in
> `obj2elesoap': cannot find type
> {http://www.w3.org/2001/XMLSchema}language
> (SOAP::Mapping::MappingError)
Hmm. Soap4r does not support following datatypes (including
xsd:language) for now.
#3.3.2 token
#3.3.3 language
#3.3.4 NMTOKEN
#3.3.5 NMTOKENS
#3.3.6 Name
#3.3.7 NCName
#3.3.8 ID
#3.3.9 IDREF
#3.3.10 IDREFS
#3.3.11 ENTITY
#3.3.12 ENTITIES
(This is as of 25.9.6 - it might be that later soap4r will implement these)