Eclipse Unable to publish to WeSphere

115 Views Asked by At

I have a mabven project structure as follow

project1 -- Main pom is here

project2 -- This is my EAR project

Project3 -- This is my JAX-WS client project

Project4 -- This is my EAR project

All of these are bundled together in a single EAR file. Maven build run successfully and ear also gets deployed to WebSphere(v7) from ADMIN console.

But When I am trying to publish it to WAS from eclipse(I have web sphere developer tools plugin installed in my Eclipse) it shows some weird error as follows..

javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'file:/C:/Workspaces/Project3/target/classes/META-INF/wsdl/'.: org.xml.sax.SAXParseException: Content is not allowed in prolog.

Any help will be appreciated.

0

There are 0 best solutions below