I am creating a web service starting with a WSDL.
I created a Web Services Project but the generated client code has compilation errors.
It is giving errors for importing several classes from package org.codehaus. E.g. import org.codehaus.xfire.XFireRuntimeException;
Below are the libraries on the project build path:
XFire 1.2 Core Libraries
XFire 1.2 HTTP Client Libraries
XFire 1.2 JAXB2 Libraries
Am I doing something wrong or is MyEclipse 5.5 M1 is not properly including/configuring XFire libraries.