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
