search for: savon

Displaying 8 results from an estimated 8 matches for "savon".

Did you mean: kavon
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#...
2013 Jun 26
2
SAVON - Call
** I have this method on a web service I''m consuming, using SAVON 3 on Rails 3 and Ruby 1.9.7 web app <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:gpa="http://schemas.datacontract.org/2004/07/Gpa.Comercio.Servicos.Contracts.DTO"> <soapenv:Header/>...
2012 Apr 20
0
Issue with savon and ssl headers
...ay to write the attributes using @ but i write something like this {"a" => "@ns:name", "_content" => {"b", "c"}} and it make a real mess it creates the node <_content> instead of the result i want. What i''m doing wrong? I use savon 0.9.9 -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this gr...
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" client.wsdl.endpoint = "http://localhost:22234/calculator" client.w...
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
2011 Dec 13
1
Puppet integration with SecretServer (Thycotic)
...t of /etc/httpd/conf. It can also work from files instead of secretserver if necessary. This requires SecretServer 7.6 or later (for the certificates) and 7.0 or later (for passwords). There is also a ruby module (secretserver.rb) that needs to be installed, as well as Ruby Gems and the ''savon'' gem. I''m working on wrapping the two up into a ''secretserver'' module and uploading to moduleforge. If anyone would like a copy, let me know. Steve Steve Shipway University of Auckland ITS UNIX Systems Design Lead s.shipway@auckland.ac.nz<mailto:s.shipway...
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