Re: wsdlLocation removed from demo's impl code?

2007-04-24 Thread Daniel Kulp
Jervis and James, The wsdlLocation was removed from the generated SEI interface, not the impl. I'm not sure if it was ever generated into the impl. I don't really know.In anycase, this was to make the generated SEI more "portable" (usable on client and server side where paths to wsdl's

Re: wsdlLocation removed from demo's impl code?

2007-04-24 Thread James Mao
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

wsdlLocation removed from demo's impl code?

2007-04-23 Thread Liu, Jervis
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