Add the wsdlLocation attribute into the annotation, is the easiest way
to fix the problem.
However we can raise two issues:
* Why in jaxws case, the buildFromWsdl and buildFromClass generate two
different results
* Besides jaxws annotation, is there another way to select specifically
from wsdl/class
James.
Hi,
I am currently looking into CXF-584 (hello_world sample (Running demo with HTTP
Get section) doesn't work), the cause of this problem is because wsdlLocation
attribute was removed from server's impl code (take a look into
GreeterImpl.java). We now load server side service module from class instead of
from WSDL. While we will keep fixing bugs discovered in code-first approach, I
still like to see our demos building service module from WSDL by default, in
order to be consistent with previous behaviors. Before I put back the
wsdlLocation, can someone shed some light on why wsdlLocation was removed? I
just vaguely remembered this is related to some WSDL path resolving issues.
Thanks,
Jervis