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
-- 
View this message in context: 
http://www.nabble.com/soap%3Aaddress-location-tf3842068.html#a10879582
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to