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

xsi:minOccurs vs minOccurs #22

Closed
Bjorn-Nilsson opened this issue Apr 5, 2012 · 1 comment
Closed

xsi:minOccurs vs minOccurs #22

Bjorn-Nilsson opened this issue Apr 5, 2012 · 1 comment

Comments

@Bjorn-Nilsson
Copy link
Contributor

Apparently, .NET doesn't like xsi: before minOccurs. I tried searching for xsi:minOccurs but couldn't find any examples of it. Most examples I found only uses "minOccurs". What do you think?

From app/helpers/wash_out_helper.rb

def wsdl_occurence(param, extend_with = {})
data = !param.multiplied ? {} : {
"xsi:minOccurs" => 0,
"xsi:maxOccurs" => 'unbounded'
}

extend_with.merge(data)

end

@inossidabile
Copy link
Owner

Duplicate of #23

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

No branches or pull requests

2 participants