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

Conversation

peat-psuwit
Copy link
Contributor

  • 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.

- 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.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.006%) to 93.371% when pulling c515f9f on peat-psuwit:fix-schema-merge into 0efafa2 on vpulim:master.

@saarivirtajCGI
Copy link

Confirmed, tested this on a service that used to produce no input or output from client.describe() and it now produces proper description and WS calls work as expected. Would love to see this merged.

@jsdevel
Copy link
Collaborator

jsdevel commented Feb 11, 2019

you're kicking it @peat-psuwit !

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