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

Changeset 1021

Show
Ignore:
Timestamp:
10/30/03 23:16:43 (5 years ago)
Author:
nahi
Message:

illegal namespace assignment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/encodingstyle/soapHandler.rb

    r1012 r1021  
    294294      if @generate_explicit_type 
    295295        SOAPGenerator.assign_ns(attrs, ns, EnvelopeNamespace) 
    296         SOAPGenerator.assign_ns(attrs, ns, EncodingNamespace) 
    297296        attrs[ns.name(AttrEncodingStyleName)] = EncodingNamespace 
    298297      end 
     
    310309          SOAPGenerator.assign_ns(attrs, ns, data.arytype.namespace) 
    311310        end 
     311        SOAPGenerator.assign_ns(attrs, ns, EncodingNamespace) 
    312312        attrs[ns.name(AttrArrayTypeName)] = ns.name(create_arytype(ns, data)) 
    313313        if data.type.name