Just a guess--you're not using the fork=true option within Ant, so it's running in the same JVM as the Ant task, which in turn results in JAX-WS RI libraries (included in the J2SE 6 JRE by default) being called.
See my run-client Ant target here (Step #4): http://www.jroller.com/gmazza/entry/creating_a_soap_client_with HTH, Glen conficio wrote: > > Hi, > I have CXF generated web Service client that works great when called in a > command line fashion. But when I wrap the same call into an ant task, then > it throws a RuntimeModelerException, complaining about the BARE vs. > WRAPPED parameters. > > Any idea what goes wrong? Thread and or Class Loader issue? > -- View this message in context: http://www.nabble.com/SOAP-in-Ant-Task---RuntimeModelerException%3A-...-BARE-but-it-has-more-than-o-tp23206964p23207673.html Sent from the cxf-user mailing list archive at Nabble.com.
