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

Changeset 1878

Show
Ignore:
Timestamp:
07/07/07 23:37:11 (1 year ago)
Author:
nahi
Message:
  • follow the signature change in [1871]. closes #375.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/mapping/wsdlliteralregistry.rb

    r1874 r1878  
    3030  end 
    3131 
    32   def obj2soap(obj, qname
     32  def obj2soap(obj, qname, obj_class = nil
    3333    soap_obj = nil 
    3434    if obj.is_a?(SOAPElement) 
     
    3939      soap_obj = obj2typesoap(obj, type) 
    4040    else 
    41       soap_obj = any2soap(obj, qname
     41      soap_obj = any2soap(obj, qname, obj_class
    4242    end 
    4343    return soap_obj if soap_obj