Hi Danel Thanks for your answers - they were spot on :-)
> [ERROR] COMPILATION ERROR : > > [INFO] ------------------------------ > > ------------------------------- > > [ERROR] > > \temp\eco-api-ex\examples\java\target\generated\src\main\java\com\e_cono > > mic\EconomicWebServiceSoap_EconomicWebServiceSoap12_Client.java:[35,23] > > error: code too large > > [INFO] 1 error > > [INFO] > > > > which probably means that a generated method was to large. > > This is just the _Client which you don't need. It's just a sample on how > to use the Service and SEI. If you delete it, does the code compile? > Yes, without any problems > > "The Endpoint validation failed to validate due to the following errors: :: > Invalid Endpoint Interface :: :: The operation names in the WSDL portType > do not match the method names in the SEI or Web service implementation > class. wsdl operations = " because the wsdl probably is different from the > one at the server. This error isn't from CXF. Is there a stack trace? This sounds like it's > from the JAX-WS RI built into the JDK. > Also spot on. I accidentially had some axis jar floating around on my classpath which was loaded. When removing these it worked out of the box Thanks Niels
