Displaying 1 result from an estimated 1 matches for "absinputparam".
Did you mean:
absinputparams
2006 Aug 01
1
xmlattr use .net web service from ruby problem
...***********
the method that i''m calling class representation is:
# {http://home.setup/abs}DeliverMessage
class DeliverMessage
@@schema_type = "DeliverMessage"
@@schema_ns = "http://home.setup/abs"
@@schema_qualified = "true"
@@schema_element = [["absInputParams", "ArrayOfAbsParam"]]
attr_accessor :absInputParams
def initialize(absInputParams = nil)
@absInputParams = absInputParams
end
end
******************************************************************
the absInputParams structure class representation is
# {http://home.setu...