eclipse - WebLogic 12 web service error: The markup in the document following the root element must be well-formed -
i can call web service deployed on weblogic 12c via soapui , works fine. wsdl comes fine in browser. when call junit in eclipse, error throws upon attempting parse wsdl: [fatal error] markup in document following root element must well-formed. eclipse, , junit tests using java 1.6. took wsdl can built client using maven. fails upon calling web service. encoding issue? thanks
could express tests single root testsuite multiple testcases beneath root testsuite?
the xml specification allows single root element only, why parser complains not well-formed markup.
Comments
Post a Comment