You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: