Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]
Show
Ignore:
Timestamp:
09/14/07 20:30:08 (1 year ago)
Author:
nahi
Message:
  • reverted the previous change; just testing
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sample/soapheader/authheader/client.rb

    r1959 r1960  
    1919      { "sessionid" => @sessionid } 
    2020    else 
    21       #{ "userid" => @userid, "passwd" => @passwd } 
    22       passwd = SOAP::SOAPElement.new("Password", @passwd) 
    23       passwd.extraattr["Type"] = "type" 
    24       { "userid" => @userid, "Passwd" => passwd } 
     21      { "userid" => @userid, "passwd" => @passwd } 
    2522    end 
    2623  end