When I want to use the DynamicClientFactory in my eclipse plugin with
http://www.webservicex.net/CurrencyConvertor.asmx?wsdl I get the
following error:
Wrapped java.lang.IllegalStateException: Unable to create JAXBContext
for generated packages: "net.webservicex" doesnt contain
ObjectFactory.class or jaxb.index
and the following debug/exception in eclipse:
09.08.2007 22:51:48 org.apache.cxf.endpoint.dynamic.DynamicClientFactory
outputDebug
INFO: Created classes: net.webservicex.ConversionRate,
net.webservicex.ConversionRateResponse, net.webservicex.Currency,
net.webservicex.ObjectFactory
[ERROR] IOException during exec() of compiler "javac". Check your path
environment variable.
09.08.2007 22:51:48 org.apache.cxf.endpoint.dynamic.DynamicClientFactory
createClient
SCHWERWIEGEND: COULD_NOT_COMIPLE_SRC
I added all .jars in cxf/lib/* to my classpath.
Do you have any idea what's wrong?