-
Notifications
You must be signed in to change notification settings - Fork 615
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
Setting an attribute on an element? #35
Comments
setting an attribute on the request hash is not yet supported. but it's already on my todo list and will be supported in the next release. i'll leave this issue open until it's released. |
Thanks. Is there any other way to create a typed array? If not, any estimate on the next release? Hoping to avoid using a different method. :) Thanks! |
you can expect a new version incl. this feature by monday. it was requested several times already and i really need to implement it. |
Excellent! Look forward to it. |
fix delayed until tuesday/wednesday. |
need the attribute feature, too. Any news? Otherwise I'm going to implement a quick hack for the time being. Thx. |
released version 0.7.5 including this feature. please take a look at: i'm currently improving the documentation, so this is the only documentation right now. |
thx. diffs look good so far. werde es am Montag dann ausprobieren :) |
great. feedback ist willkommen :) |
should be closed with 0.7.5 |
…rt for setting an attribute on any XML tag (issue savonrb#35) via :attributes!
I'm trying to pass an array, so I need to set a soapenc:arrayType attribute - i.e. the XML needs to look like
I'm trying to find a way to do this with passing a hash rather than raw XML, but I can't seem to figure out how to set the attribute on the level_one_tag_ids element - I can nest, but I can't set the soapenc. Am I missing the syntax for this, or is this not possible?
Thanks!
The text was updated successfully, but these errors were encountered: