Hi John
Can you tell me which version of CXF are you using?
The WSDL generator was broken by my May,23 commit, and it was fixed in
my May,24's commit.
I just tested the helloworld with the lastest trunk , and I got the
right soap address.
Willem.
John Pederzolli wrote:
When setting up the JAXWS hello world example with Spring, the WSDL generated
has defines the endpoint as
<soap:address location="/helloWorldService"/>
instead of a dynamic server location/path as I would expect. Is this a
configuration problem on my part or a bug. The interface of the object being
exposed as a service only has the @WebService annotation and the service is
configured as:
<jaxws:endpoint id="helloWorldService"
implementor="#helloWorldServiceBean" address="/helloWorldService"
/>
Thanks for any assistance.
- John