Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Figure out if SDK can work with Savon 2.3.0 #7

Open
MichaelAllenClark opened this issue Aug 22, 2013 · 12 comments
Open

Figure out if SDK can work with Savon 2.3.0 #7

MichaelAllenClark opened this issue Aug 22, 2013 · 12 comments
Assignees

Comments

@MichaelAllenClark
Copy link
Contributor

Currently when running the SDK with Savon 2.3.0, it results in an error stating "APIObject not found".

@barberj
Copy link
Contributor

barberj commented Sep 18, 2013

i confirm this. is it necessary to use savon 2.3.0? Admittedly we don't want to incur technical debt, but curious if there was a use case for savon 2.3.0 or just what came up when you installed

@MichaelAllenClark
Copy link
Contributor Author

I was really just curious to see what they changes that caused it to no longer work. If it is a simple change to get it working then it would nice to be able to be on the most recent version. I'll have to dig into it in order to find the error that it was causing.

@barberj
Copy link
Contributor

barberj commented Sep 19, 2013

agreed.

On Thu, Sep 19, 2013 at 10:45 AM, Michael Clark notifications@github.comwrote:

I was really just curious to see what they changes that caused it to no
longer work. If it is a simple change to get it working then it would nice
to be able to be on the most recent version. I'll have to dig into it in
order to find the error that it was causing.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-24744146
.

Justin Barber
(512)JBARBER
.......__o
.......<,
....( )/ ( )

@jmcnevin
Copy link

It would be nice to use the latest version of Savon, and by extension, the latest version of Gyoku.

I've run into an issue with trying to save DataExtension rows containing null values. Looking at the ET documentation, it would appear that I need to shape the SOAP messages slightly differently in this case:

https://help.exacttarget.com/en-US/technical_library/web_service_guide/technical_articles/updating_a_data_extension_object_with_a_null_field_value/

However, the version of gyoku that savon 2.0 wants (~>1.0.0) is broken in regards to attaching attributes to arrays, so it's making this a little difficult.

@barberj
Copy link
Contributor

barberj commented Jul 25, 2014

I'm currently running fuelsdk with savon savon-2.3.1. Not sure latest, but i got over the 2.0 hump. I'll create an issue to look into null fields

@yagnik
Copy link

yagnik commented Feb 7, 2015

@MichaelAllenClark @barberj any work on this ?

@nickhoffman
Copy link

Any update on this, @MichaelAllenClark or @barberj?

@johnadamson
Copy link

Please see savonrb/savon#518.

I have done some work to fix the issue with versions of Savon > 2.2, which can be found here.

I do not use this gem, but stumbled across the same issue when upgrading a legacy application that consumes the ExactTarget API with an older version of Savon.

I would be happy to open a pull request as the maintainers see fit. I would feel more comfortable doing so if others using the gem directly could verify functionality more thoroughly than I could.

@dholdren
Copy link

@johnadamson that LGTM. we have another gem in our app that depends on a modern savon, and we'd really like to see this gem's dependency on savon updated. Could you open a PR against this repo? It might get more traction that way

@johnadamson
Copy link

@dholdren as I no longer work with ExactTarget, I'm not the right person to see to any remaining work. Please feel free to take what code I've committed and my best wishes in creating your own PR.

@will-in-wi
Copy link

@johnadamson Your branch worked great for us. We are rolling out MarketingCloud right now, and I pushed your code fix into prod.

@will-in-wi
Copy link

@johnadamson Would you open a pull request?

guitarama added a commit to owenscorning/FuelSDK-Ruby that referenced this issue Sep 25, 2020
# Conflicts:
#	lib/marketingcloudsdk/soap.rb
#	spec/soap_spec.rb

From johnadamson/FuelSDK-Ruby per savonrb/savon#518 and salesforce-marketingcloud#7
This was referenced Sep 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants