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

Changeset 1535

Show
Ignore:
Timestamp:
05/05/05 11:15:59 (4 years ago)
Author:
nahi
Message:

use xsd/mapping.rb

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sample/wsdl/noaa/client.rb

    r1518 r1535  
    2222puts dwml 
    2323 
    24 soap = SOAP::Processor.unmarshal(dwml) 
    25 data = SOAP::Mapping.soap2obj(soap["data"]) 
     24require 'xsd/mapping' 
     25data = XSD::Mapping.xml2obj(dwml).data 
    2626 
    2727data.parameters.temperature.each do |temp|