-
Notifications
You must be signed in to change notification settings - Fork 93
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
kdwsdl2cpp generates invalid class name #210
Open
skostenkov opened this issue
Mar 12, 2020
· 3 comments
· Fixed by cornelius/libkode#9 or #215 · May be fixed by #218
Open
kdwsdl2cpp generates invalid class name #210
skostenkov opened this issue
Mar 12, 2020
· 3 comments
· Fixed by cornelius/libkode#9 or #215 · May be fixed by #218
Comments
Got better. But there is still a problem:
|
@dfaure-kdab, the problem is in return value name |
Next time please provide the full wsdl with all dependencies (xsd) so it is not necessary to create one myself to debug the issue. 😀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kdwsdl2cpp generates an invalid class name
when wsdl contains a namespace with a prefix.
For example, the code
is generated from
The problem is that according to Namespaces in XML and XML xmlns : prefix may contain "." and other chars.
The text was updated successfully, but these errors were encountered: