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: reused namespace prefixes in external schemas cause an exception #4455

Closed
davidnich opened this issue Feb 21, 2022 · 0 comments
Closed

Comments

@davidnich
Copy link
Contributor

refs #3194

ex:

WSDL-NAMESPACE-ERROR: imported schema uses prefix "ns0" to refer to "http://www.infinica.com/", however this prefix was previously defined with "http://www.infinica.com/datastore"
call stack:
  7: Namespaces::merge() (/export/home2/dnichols/src/qore/git/module-xml/qlib/WSDL.qm:4864 (Qore user code))
  6: WebService::parseTypes() (/export/home2/dnichols/src/qore/git/module-xml/qlib/WSDL.qm:4871 (Qore user code))
  5: WebService::parseTypes() (/export/home2/dnichols/src/qore/git/module-xml/qlib/WSDL.qm:4871 (Qore user code))
  4: WebService::parseTypes() (/export/home2/dnichols/src/qore/git/module-xml/qlib/WSDL.qm:5122 (Qore user code))
  3: WebService::doInit() (/export/home2/dnichols/src/qore/git/module-xml/qlib/WSDL.qm:4624 (Qore user code))
  2: WebService::constructor() (/export/home2/dnichols/src/qore/git/module-xml/qlib/SoapClient.qm:253 (Qore user code))
  1: SoapClient::constructor() (<command-line>:1 (Qore user code))
@davidnich davidnich added this to the 0.9.16 milestone Feb 21, 2022
@davidnich davidnich self-assigned this Feb 21, 2022
@davidnich davidnich added this to To do in Qore Development via automation Feb 21, 2022
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 21, 2022
davidnich added a commit to qorelanguage/module-xml that referenced this issue Feb 21, 2022
@davidnich davidnich added the fixed label Mar 3, 2022
Qore Development automation moved this from To do to Done Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant