search for: soap4r

Displaying 20 results from an estimated 62 matches for "soap4r".

Did you mean: soap
2010 Nov 27
6
invalid date
Hi!! Somebody knows why throws me an exception?? invalid date C:/Ruby/lib/ruby/1.8/date.rb:1482:in `civil'' C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/ core_ext/string/conversions.rb:23:in `to_datetime'' C:/Ruby/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/xsd/datatypes.rb: 579:in `screen_data'' C:/Ruby/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/xsd/datatypes.rb: 141:in `set'' C:/Ruby/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/xsd/datatypes.rb: 158:in `init'' C:/Ruby/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/xsd/datatypes.rb...
2012 Feb 28
4
JIRA anyone?
I''m trying to evaluate what use I can make of JIRA with Rails/Ruby and am getting frustrated. The jira4r gem will install but the soap4r gem won''t load. literally: ''irb -r soap4r'' returns :cannot load such file... I also set this up in a Gemfile and tried to run this from the rails console: /Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/charset.rb:13: warning: variabl...
2006 Dec 04
0
Paypal and soap4r gems
...st/vendor/plugins/paypal$ wsdl2ruby.rb --wsdl http://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl --type client --force F, [2006-12-04T16:30:43.136405 #11579] FATAL -- app: Detected an exception. Stopping ... undefined method `new'' for nil:NilClass (NoMethodError) /usr/lib/ruby/gems/1.8/gems/soap4r-1.5.5.20061022/lib/xsd/xmlparser/parser.rb:33:in `create_parser'' /usr/lib/ruby/gems/1.8/gems/soap4r-1.5.5.20061022/lib/xsd/xmlparser.rb:17:in `create_parser'' /usr/lib/ruby/gems/1.8/gems/soap4r-1.5.5.20061022/lib/wsdl/parser.rb:53:in `initialize'' /usr/lib/ruby/gems/1.8/gem...
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
...ttpclient.rb:848:in `protect_keep_alive_disconnected'' httpclient (2.1.5.2) lib/httpclient.rb:764:in `do_request'' httpclient (2.1.5.2) lib/httpclient.rb:666:in `request'' httpclient (2.1.5.2) lib/httpclient.rb:596:in `post'' /opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/streamHandler.rb:238:in `send_post'' /opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/streamHandler.rb:172:in `send'' /opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5.8/lib/soap/rpc/proxy.rb:179:in `route'' /opt/local/lib/ruby/gems/1.8/gems/soap4r-1.5...
2005 Dec 30
4
soap4r 1.5.5 seems to break actionWebService tests
Hi, I just upgraded to soap4r 1.5.5, and now all my Rails Functional tests for the action_web_services fail as follows, any ideas what I did wrong? Thanks TypeError: can''t modify frozen object /usr/local/lib/ruby/1.8/xsd/qname.rb:78:in `name='' /usr/local/lib/ruby/1.8/soap/rpc/element.rb:118:in `s...
2006 Sep 18
1
Updated Soap4r for use with Rails App on a host
I need to use the lastest build of the soap4r on my rails app hosted at TextDrive. I have put the soap4r files into vendors and was hoping to append the dir to the lookup path doing: $:.unshift("#{RAILS_ROOT}/vendor/soap4r/lib") Unfortunately, it seems to be using the files in /usr/local/lib/ruby/1.8. Am I missing something here to...
2007 Jan 29
1
SOAP4R Error in Rails
Hi all I have a ruby script that calls a web service which works just fine, However when i try to use the same code from a rails model I get the following error: uninitialized constant SOAP::Mapping::EncodedRegistry I have tried to load the gem soap4r from both the model and the config/environment.rb files but i still get the same error Any ideas on what I''m doing wrong ??? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to t...
2008 Mar 04
0
soap4r in wrong format
Hi people, I was wondering if anyone has any experience with using soap4r. I''ve done the whole wsdl2ruby and basically evrything works fine, were it not that the servive I am talking to has a different standard concerning the XML I am sending. -- What soap4r does <xmlJob> <Job> <CBCustomApplyType>CANone</CBCustomApplyType> <CBAO...
2008 Dec 10
3
How to stop SOAP4R/OpenSSL requiring cert?
..."https://server.com/xxx.wsdl").create_rpc_driver @p=driver.verifyId(AUTH_TOKEN, PIN, myid) end Although this works fine on my local box (with a warning), when deployed to the staging server I get: OpenSSL::SSL::SSLError (certificate verify failed): Can anyone assist me in telling SOAP4R and/or OpenSSL to simply treat this is a warning rather than an error? Thanks in advance, Michael. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&q...
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
2006 Apr 11
2
Uploading files using a web service
i am writting a web service that will enable users to upload image files...but then the problem is...i will have to use Soap4R, now my question is....the API generated(or whatever you call it, wsdl file that i get) will support standard SOAP implementation??...so i can use Mono.NET to call this web service and upload files. I ask this because as per my knowledge SOAP4R is different...so will any client can talk to the...
2007 Sep 02
0
soap4r alternitives?
Hey chaps I was just wondering if they are any alternatives to soap4r out there? I have a SOAP service im using, and with soap4r it seems dang slow, but when i access the same service with PHP it is vastly quicker? Cheers all Tim -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you...
2007 Aug 14
2
bizare soap4r problem
...String"> <n1:string>badger2005</n1:string> </n1:inRecipientIDs> But when using in rails it looks like: <n1:inRecipientIDs>badger2005</n1:inRecipientIDs> So my question is how can the same class generate differing output? Is it somehow not using soap4r? Is there anyway to explicitally load it and make it not use the stdlib ones? Cheers for any help Tim -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta...
2006 Feb 17
4
PayPal WSDL API on Rails anyone ?
Hi ! Has anyone connected to the Mass Pay API of PayPal using Rails ? I need to do this for a customer, and I wanted to know how easy/hard it was. I have no experience using SOAP, WSDL, etc. I saw soap4r[1] on the RAA[2]. This is probably what I''ll need to use. One question I haven''t answered yet is whether soap4r will accept PayPal''s certificates ? Thanks for any information on this topic. Have a nice day ! -- Fran?ois Beausoleil http://blog.teksol.info/ [1] http://...
2007 Mar 26
0
soap4r for one controller
Is there a way to use soap4r for only one controller and use the built-in ruby standard library for others? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post...
2008 Nov 24
2
Actionwebservice as a SOAP client to .NET services.
I have read the (scant) documentation on the datanoise actionwebservice gems and can''t figure out how you are supposed to structure the SOAP client. Has anybody ever used actionwebservice as a client? If so could somebody please put a sample someplace? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2009 Jan 13
0
Accessing SharePoint using soap4r
I''m trying to access SharePoint using soap4r in my app. At the moment, I can''t even authenticate. Has anyone had success with this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to...
2006 Jun 15
2
AWS Client - There has to be a better way
...eryone of these object types. Is there a better way? What would be nice is something like: ./script/generate web_service_client http://the.bank.com/service.wsdl that would generate all the ActionWebService::API::Base classes. Another thought is to just leave the whole AWS idea behind and use SOAP4R. Your thoughts? Matt Bauer -- Posted via http://www.ruby-forum.com/.
2008 Oct 23
4
Soap4R
The following two line code creates the issue: factory = SOAP::WSDLDriverFactory.new("http://aspire388:8080/ClubConcierge306/axis/LWFlowerService?wsdl") soap = factory.create_rpc_driver The error message is: part: requestParams cannot be resolved RAILS_ROOT: E:/Pavo/csat Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:144:in
2008 Jul 08
0
soap4r cannot access server application after soap server is started
I ve started soap r my application. it works fine. But i m not getting from were to start soap server :0( if i start it from controller then i m not able to access the server application. if i start from console then it works fine and also i can access server application. Please can anyone help me from where to start soap server? currently my server side for starting soap server , code looks like