it's my first time posting on stack overflow, so here it goes...
I'm having an issue when I try to make an api call using rails, but I keep getting a HTTPClient::KeepAliveDisconnected error. Since I am new to Ruby and rails, I don't know where to…
I'm using Savon to access a soap webservice, but I can only ever return a single result, when what I want is an array of results.
Here is my call:
response = client.call(:get_events, message: { username: "xxxx", password: "xxxxxxxx", company_code:…
I have a wsdl url to give request and get response this is my code(using savon gem for this)
client = Savon.new('http://services.chromedata.com/Description/7a?wsdl')
service = :Description7a
port = :Description7aPort
operation =…
I am trying to consume a wfc web service with a non basicthttp binding with ruby and savon.
The provider of the WS implemented the oracle/wss11_username_token_with_message_protection_service_policy (which is described…
i want to give request and get xml response so i'm using savon gem
i am facing problem with savon gem.
i tried version 3 and 2.2
with version 3 i face this problem …
I am developing an AdWords API client on Ruby using Google's gems google-adwords-api and ads-common (which utilizes savon).
When some AdWords policy is violated, Savon raises an exception with violation description in its message. For example, on…
What is the analogy of this Savon version 1 code in Savon version 2?
client = Savon::Client.new do
wsdl.endpoint = "http://..."
wsdl.namespace = "http://..." # target namespace
end
I dug as deep as I could but could not find a solution to my problem:
I want to send SOAP requests to ExactTarget API. I am trying to use Savon, but the requests it creates are different from those that worked with ExactTarget's API (I used Java…
I am trying to integrate a currency converter into my Ruby on Rails application using the Savon gem to fetch data from http://www.webservicex.net/CurrencyConvertor.asmx?WSDL.
I was following the tutorial at…
I've been tasked with writing some checks around a soap api, and I'm having a bit of trouble.
I've imported the wsdl into SoapUI to test with. SoapUI parsed out the wsdl and generated a sample request for the operation I want to call…
I have savon version =>1
and my code is here
require 'savon'
client = Savon::Client.new "http://midoffice.makemytrip.com/MMT_Webs_CreateIncident/MMT_Webs_CreateIncident.asmx"
response = client.do_simple do |soap|
soap.body = {
:FirstName…
I currently working on new project and I am pretty much new to savon.
I am currently using ruby-1.8.7 and savon-1.0.0 and I have below SOAP XML request