search for: wiredump_dev

Displaying 6 results from an estimated 6 matches for "wiredump_dev".

2006 May 17
6
Problem Consuming a Web Service
I''m trying to consume a webservice from my rails application and have discovered an interesting problem. I can call webservice functions just fine, as long as they do not require any arguments, but function that do require arguments do not work. The arguments are sent as either null or an empty string. My API has these method definitions: api_method :otherFunction,
2006 Jan 31
0
webservice problem (cant make client)
..., ''urn:ActionWebService'' + "/#Authenticate", ''twa'', ''login'', ''pass'') #~ @result = drv.Authenticate(''xxx'',''test'',''test'') #post not supported,xml parser error #~ wiredump_dev=STDERR #~ service = SOAP::RPC::Driver.new(wsdl, ns) #~ service.wiredump_dev=wiredump_dev #~ service.add_method_with_soapaction("Authenticate", ns + "/Authenticate", ''twa'', ''login'', ''pass'') #~ @result = service.Authenticate(...
2006 Mar 22
14
currency conversion webservice in a rails app?
Hi, I''m interested in using a currency conversion web service in my rails app. Does anyone have a free service that they use and like? I found this one http://www.webservicex.net/WS/WSDetails.aspx?CATID=2&WSID=10 I''ve tried to make a simple, plain Ruby script to connect to this and get a conversion rate without success. How do I integrate a webservice into my rails app? I
2007 Oct 13
4
Chapter 9
...x.com'', :password => ''xxxxxx'', :pem => File.read(File.join(File.dirname(__FILE__), "../../ config/paypal/cert_key_pem.txt"))) #:cert_path => File.join(File.dirname(__FILE__), "../../config/ paypal") gateway.connection.wiredump_dev = STDERR creditcard = CreditCard.new( :type => card_type, :number => card_number, :verification_value => card_verification_value, :month => card_expiration_month.to_i, :year => card_expiration_ye...
2006 Jan 26
3
Calling a SOAP service from within a Rails controller
..., :snow => false, :wspd => false, :wdir => false, :wx => false, :waveh => false, :icons => false, :rh => false, :appt => true} wsdl = "http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl" drv = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver drv.wiredump_dev = STDOUT if $DEBUG dwml = drv.NDFDgen(lat, lon, ''time-series'', starter, ender, params) puts dwml require ''xsd/mapping'' data = XSD::Mapping.xml2obj(dwml).data ********************************************************************************************** However, w...
2006 Apr 27
1
SOAP service - perl server, ruby consumer incompatability
Hi All, Wonder if any of you guys can help troubleshoot the following for me. What I''m trying to achieve is: 1) Perl web service, using SOAP::Lite (server) 2) Ruby web service consumer, using SOAP::RPC::DRIVER (client) My problem is, if my client and server are both Perl based, the output is as expected. However, if the client is Ruby based (haven''t tried another