Displaying 1 result from an estimated 1 matches for "schema_n".
Did you mean:
schemadn
2006 Aug 01
1
xmlattr use .net web service from ruby problem
...to wsdl2ruby to create the default.rb and
defaultdriver.rb
******************************************************************
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
********************...