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

WSDL: make merging external schema works correctly #1023

Merged
merged 1 commit into from Feb 11, 2019

Commits on Sep 13, 2018

  1. WSDL: make merging external schema works correctly

    - Remove $targetNamespace check, as the key in definitions.schemas
    already guarantee this. Fix importing schema with <wsdl:import> where
    namespace == schema's targetNamespace.
    - Also merge attributes from source schema. Otherwise, attributes such
    as elementFormDefault="qualified" specified in included schema will not
    work properly.
    peat-psuwit committed Sep 13, 2018
    Copy the full SHA
    c515f9f View commit details
    Browse the repository at this point in the history