Forum Discussion
bhamail
13 years agoNew Contributor
Did 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:
and I'm getting a parsing error when trying to generate a client from the wsdl (using axis2-wsdl2code-maven-plugin:1.6.1):
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.