>
>
>>
>> [1] http://www.jroller.com/gmazza/date/20080417#WFstep6
>> [2] http://www.jroller.com/gmazza/date/20080417#WFstep8
>>
>
> For the CXF stuff in [2], you only have the address and implementor
> defined.   Everything else is taken from the annotations.   What's
> interesting is that with that configuration, you are letting CXF generate a
> new wsdl as there isn't a wsdlLocation specified anywhere for CXF.    Not a
> big deal, but I'm not sure if that's what you intended since your metro
> configuration is specifying a wsdl.
>
>
I came into an issue with the [2] cxf configuration (wihtout a wsdlLocation)
: as my service Implementation is generated using wsdl2java (maven plugin)
from some ${basedir} WSDL path, I get a generated @WebService wsdlLocation
to point to my local file (D:/...). Then the application startup fails on my
unix server. I had to force the wsdlLocation in <jaxws:endpoint> to my
WEB-INF/wsdl.

Reply via email to