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.