Displaying 20 results from an estimated 300 matches similar to: "invalid date"
2011 Jan 03
4
How to get soap4r to not bother verifying SSL certificate (verify_mode none)?
Using Ruby 1.8.7, Rails 2.3.8. I don''t want it to verify the cert...
This is my backtrace:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed):
  httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `connect''
  httpclient (2.1.5.2) lib/httpclient/session.rb:247:in `ssl_connect''
  httpclient
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:
2006 Dec 04
0
Paypal and soap4r gems
WSDL conversion as proposed in the paypal plugin howto doesn''t work. Any
idea what goes wrong? See the output below.
rsp@hollerith:~/workspace/pptest/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
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 get this
working?
Cheers,
Nicholas
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>
 
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
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 are subscribed to the Google
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
2005 Dec 27
0
Newbie: Getting Book Data from Amazon
As part of my inaugural Ruby project, I''ve been trying to get data  
for books from Amazon''s web services. The first thing I tried was  
Ruby/Amazon <http://www.caliban.org/ruby/ruby-amazon.shtml>. It works  
great, but is based on an earlier version of Amazon''s Web Services,  
which apparently doesn''t return a complete set of data for the items  
it
2015 Aug 20
1
Multi-line comments in R
On Wed, Aug 19, 2015 at 5:16 AM, Nathan Esau <nesau at sfu.ca> wrote:
> I was wondering why the decision was made long ago to never implement
> multi-line comments in R. I feel there are several argument to be made for
> why the R language should have multi-line comments.
>
> 1. Many programming languages (including some which are commonly used for
> statistics, such as
2001 Jul 12
1
Importing STATA files
I'm an R novice who is struggling with the importation STATA files into R.
I've loaded "foreign" and tried the example based on the Swiss file, which
works fine.  I then placed a STATA file, auto6.dta, in my working directory,
which is "C:\Program Files\R\rw1030\library\base\data".
The following is what happened:
> library(foreign)
> read.dta(auto6)
Error in
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
2006 May 19
1
Strange error when testing layered web service
Hi all,
Ruby 1.8.4
Rails 1.1.2
  1) Error:
test_find_hardware_by_id(HardwareControllerApiTest):
ArgumentError: illegal refid http://test.host/
    c:/ruby/lib/ruby/1.8/soap/baseData.rb:166:in `decode''
    c:/ruby/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb:153:in
`decode_tag''
    c:/ruby/lib/ruby/1.8/soap/parser.rb:179:in `decode_tag''
   
2006 Feb 02
0
ANN: WSS4R was released
Hi everyone,
I released WSS4R:
http://www.rubyforge.org/projects/wss4r.
WSS4R is a subset of a web service security standards implementation.
It''s based on soap4r and tested with Microsoft .NET WSE 2.0 and Sun Java
JWSDP 2.0. WSS4R supports username authentication, signing and
encryption. It also has limited support for actionwebservice / rails.
Currently, there is no documentation,
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 to this group, send email to
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
I''m working on building a SOAP client with AWS, i.e:
class PersonAPI < ActionWebService::API::Base
  api_method :find_all, :returns => [[Person]]
end
soap_client = ActionWebService::Client::Soap.new(PersonAPI, 
"http://...")
persons = soap_client.find_all
This works well but I think it breaks down quickly when you try to do 
real world work.  Lets take a moderately
2008 Dec 10
3
How to stop SOAP4R/OpenSSL requiring cert?
Hi
I want to consume some web services that are only available over HTTPS.
My method looks like this:
  def lookup_id
    myid=params[:id]
    driver =
SOAP::WSDLDriverFactory.new("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:
2008 Oct 02
1
acts_as_taggable_on environment issues
Like most people, I''ve got two machines: one for development and one
for production. I''ve done everything I can to make sure the ruby/rails
environments are the same, but of course they''re not identical (I''ll
get into that in a moment). The error that I''m getting happens when I
call a method in a background task controller on the production
machine; I
2006 Apr 07
3
How to consume XMLRPC/SOAP web services in Rails?
Hi,
does anybody know of any good HowTo for consuming XML-RPC and/or SOAP
web services in Rails?
I found some for Ruby (via soap4r/xmlrpc4r), but I was wondering whether
there is something built into Rails already. So far it looks like there
are methods to create web services, but not to consume them.
Ingo Weiss