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

parsed QName does not contain URI #82

Closed
eed3si9n opened this issue Sep 11, 2011 · 0 comments
Closed

parsed QName does not contain URI #82

eed3si9n opened this issue Sep 11, 2011 · 0 comments
Labels

Comments

@eed3si9n
Copy link
Owner

steps

  1. compile a schema with a QName attribute such as WSDL 1.1.
  2. use it to convert an XML document into a case class object.

problem

  1. the parsed QName contains prefix and local part, but no URI. since the scope is lost, URI cannot be recovered without having access to the scope.

expectation

  1. preserve URI and local part at the time of parsing.

note

  1. this was discovered as compiling multiple wsdl does not work #81 where one wsdl was referring another.
  2. since node \ "@foo" returns scala.xml.Text, you can't use node.scope.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant