Displaying 8 results from an estimated 8 matches similar to: "SAVON - Call"
2013 Jan 08
6
Fwd: HOW TO USE SSL IN SAVON
HI All,
I want to consume the SOAP apis using SSL in the SAVON gem, but I am facing
the below error while trying to access the soap services.
client = Savon.client(wsdl: "https://xxx?WSDL")
client.operations
HTTPI GET request to xxxxx (curb)
HTTPI::SSLError: Curl::Err::SSLPeerCertificateError
In the Savon site <http://savonrb.com/version2.html#globals-ssl> I found
that options
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
Hello,
I am trying to reach a web service using the SOAP package. I succeeded
calling the web service, but not sending parameters to it. After much
research and tries, I think I found that the problem lies in the
namespace including the parameters in the SOAP body.
In short, my question is: how can I send unqualified parameters in the
SOAP body of a call produced through the SOAP package?
2012 Apr 20
0
Issue with savon and ssl headers
Hi my problem is this i''m trying to write some rules for ssl connection
but i just can''t write the attributes of some nodes.
Here is the code I wrote
soap.header = { "To" => "URL",
"Action" => "action",
"ReplyTo" => {"Address" => "URL"},
"MessageId"
2011 May 19
3
Cookie Overflow at CSV import
Hi
I have a form for importing a csv file. With every entry in my CSV I
do a delayed background call from a webservice and the result is then
saved to my database. This is working great!
Now I tried a CSV file with over 400 rows. After clicking import in my
form it takes some time and then I get the following error message:
''ActionDispatch::Cookies::CookieOverflow''. But
2015 Mar 18
6
Event Triggers on 2.5 beta1
> On 17 Mar 2015, at 14:26, Thomas B. R?cker <thomas at ruecker.fi> wrote:
>
> Yeah, it's a funny place holder. BTW, if anyone has ideas how to name
> that tag, we're open to suggestions.
How about <event-definitions> or <event-bindings>?
BTW, I?m still stuck trying to figure out what the available values are for the ?trigger? attribute. Ideally I?d like to
2010 Dec 20
6
Create SOAP Webservice with Rails 3
Hello,
I''m just getting started with Rails, and for my first project I want
to create a Rails app that is nothing more that a SOAP web service.
From what I have been able to figure out it looks like with Rails 2
there was a web services framework of some sort. I have been
struggling to find anything on Rails 3. Oh yea, yes it has to be
SOAP :-) , we have SOAP clients and apps already and
2012 Mar 28
0
Performance for SOAP and HTTP
Hi everyone, I hope someone can help me with the following problem.
I want to issue SOAP request from rails to connect to a legacy system
in the backend. First I tried savon as a SOAP client. Everything
worked fine, but the performance was bad. The following code
client = Savon::Client.new
client.http.headers["Content-Type"] = "application/soap+xml;
charset=utf-8"
2011 Dec 13
1
Puppet integration with SecretServer (Thycotic)
I''ve done some more development on my Puppet module that handles password integration with Secret Server from Thycotic, and now it handles certificates as well.
This allows you to have a ''password'' define that ensures the password is stored in SecretServer, and changes it on a regular basis:
password { ''root'': maxage=>60; }
password {