Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take xsi:type="xsd:base64Binary" attributes into account #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dbroeglin
Copy link

Hi!

I'm using savon to interact in SOAP with OTRS. The OTRS SOAP however is very peculiar and sends back data of the form:

<s-gensym233 xsi:type="xsd:base64Binary">VmVydHJhZyAvIEvDvG5kaWd1bmc=</s-gensym233>

Which is not decoded by Nori because Nori seems to await a "type" attribute and not an "xsi:type" one.

I used this patch to make it work. I'm really not sure if this is the right way to do it. But if it is, it may be worth including it in Nori.

Best regards,
Dominique

@rubiii
Copy link
Contributor

rubiii commented Jun 30, 2012

sorry for not responding any sooner. this sounds like a useful improvement.
would you mind adding specs for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants