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

Getting invalid sample request XML from http://www.w3schools.com/xml/tempconvert.asmx?wsdl WSDL. #48

Open
NithyaCa opened this issue Apr 14, 2016 · 2 comments

Comments

@NithyaCa
Copy link

We are getting an invalid sample request from http://www.w3schools.com/xml/tempconvert.asmx?wsdl.
It has fault with creating synonyms for the namespaces while building sample request/response

One of the namespaces synonyms generated looks like this:

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:x/=http://www.w3schools.com/xml/

In the above example, generated synonym (x/) is an invalid identifier.

@feltonfee
Copy link

Same issue.

@feltonfee
Copy link

feltonfee commented May 26, 2016

I debug the code. It's a bug of XMLBean, not this project.
I submitted JIRA to them:
https://issues.apache.org/jira/browse/XBEAN-293
It only happened when the NS ends with "/xml/", For now I'd suggest to do a search and replace of (x/) for real case.
If just this w3school demo, you may ignore it. that's what I will do.

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

No branches or pull requests

2 participants