search for: delivermessage

Displaying 1 result from an estimated 1 matches for "delivermessage".

Did you mean: deliver_message
2006 Aug 01
1
xmlattr use .net web service from ruby problem
I have a WSDL and used 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(absInputPar...