ContributionsMost RecentMost LikesSolutionsRe: [Resolved] Schema validation fails for MockServiceI 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.Re: [Resolved] Schema validation fails for MockServiceDid you ever find a cause/solution for this problem? I'm seeing the same sort of url being generated by SoapUI for my mock service: schemaLocation="mockMyServicePortBinding?WSDL&interface=MyServicePortBinding&part=myservice.xsd" and I'm getting a parsing error when trying to generate a client from the wsdl (using axis2-wsdl2code-maven-plugin:1.6.1): [Fatal Error] myservice.wsdl:5:73: The reference to entity "interface" must end with the ';' delimiter. org.xml.sax.SAXParseException; systemId: file:/.../target/classes/myservice.wsdl; lineNumber: 5; columnNumber: 73; The reference to entity "interface" must end with the ';' delimiter.