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

fix(wsdl): array namespace override with colon(:) #1045

Merged
merged 1 commit into from Feb 20, 2019

Commits on Feb 20, 2019

  1. fix(wsdl): array namespace override with colon(:)

    Currently, the colon override(:) for array attribute is not preserved and thus
    by default the parent namespace or override provided namespace is used for array
    attribute.
    
    To handle this scenario/edge case, colon(:) is preserved for array attribute as
    well. `:array` will not have any namespace as normal attribute.
    RishikeshDarandale committed Feb 20, 2019
    Copy the full SHA
    8774011 View commit details
    Browse the repository at this point in the history