Forum Discussion
bhamail
13 years agoNew Contributor
I am having a similar problem.
My workaround was to use double escapes in the pom.xml property that specified my schemaLocation="" value. For example, instead of:
I used:
This allowed a filtered wsdl file to work with axis2 (1.6.1) wsdl2code.
My workaround was to use double escapes in the pom.xml property that specified my schemaLocation="" value. For example, instead of:
&
I used:
&
This allowed a filtered wsdl file to work with axis2 (1.6.1) wsdl2code.
- bobrunstein11 years agoNew Contributor
Has anyone found a solution that does not involve pom.xml? We do not use that. The xsd:import statement in our wsdl does not contain any ampersands. SoapUI is rewriting the import specified in the wsdl and adding the unescaped ampersand. This worked fine with Java 6. We noticed the SaxParseException only after upgrading to Java 7 with the same version of SoapUI.