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

module-xml: the WSDL module does not implement default namespace handling for unprefixed elements or types #318

Closed
davidnich opened this issue Dec 28, 2015 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

ex:

<schema targetNamespace="N1" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="N1">
      <element name="Root">
        <complexType>
          <sequence maxOccurs="1" minOccurs="1">
            <element name="ELEMENT" maxOccurs="unbounded" minOccurs="1">
              <complexType>
                <sequence>
                  <element name="COMPANY" maxOccurs="1" minOccurs="1" type="string"/>
                  <element name="RDA" maxOccurs="1" minOccurs="1" type="string"/>
                  <element name="STATUSRDA" maxOccurs="1" minOccurs="1" type="string"/>
                </sequence>
              </complexType>
@davidnich davidnich self-assigned this Dec 28, 2015
davidnich added a commit to qorelanguage/module-xml that referenced this issue Dec 28, 2015
…handling for XSD types, updated tests + relnotes
tethal added a commit to qorelanguage/module-xml that referenced this issue Dec 28, 2015
…space

refs qorelanguage/qore#318 implemented support for default namespace …
@tethal tethal added the fixed label Dec 28, 2015
@tethal tethal closed this as completed Dec 28, 2015
@davidnich davidnich modified the milestone: 0.8.12 May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants