Displaying 2 results from an estimated 2 matches for "defaultdriv".
Did you mean:
defaultdir
2006 May 01
3
Using Classes in Rails
I am a beginner so please excuse me, if i am doing something totally
wrong.
I have created a class using "wsdl2ruby.rb" and here is what it looks
like:
class ServiceSoap < ::SOAP::RPC::Driver
DefaultEndpointUrl =
"http://balrog/services/SearchWorker/service.asmx"
MappingRegistry = ::SOAP::Mapping::Registry.new
Methods = [
...
--
Posted via
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"
@@sch...