Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1036 for trunk/lib

Show
Ignore:
Timestamp:
11/08/03 16:27:45 (5 years ago)
Author:
nahi
Message:

camelCase -> underline_concat conversion was not enough.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/wsdl/soap/definitions.rb

    r950 r1036  
    118118    type = XMLSchema::ComplexType.new(XSD::QName.new( 
    119119        ::SOAP::Mapping::RubyCustomTypeNamespace, 'SOAPException')) 
    120     excn_name = XMLSchema::Element.new(XSD::QName.new(nil, 'exceptionTypeName'), XSD::XSDString::Type) 
     120    excn_name = XMLSchema::Element.new(XSD::QName.new(nil, 'excn_type_name'), XSD::XSDString::Type) 
    121121    cause = XMLSchema::Element.new(XSD::QName.new(nil, 'cause'), XSD::AnyTypeName) 
    122122    backtrace = XMLSchema::Element.new(XSD::QName.new(nil, 'backtrace'), ::SOAP::ValueArrayName)