Thanks Glen. I gather then that the @webservice serviceName can be overridden in <jaxws:endpoint> using the serviceName attribute, and the portName via the endpointName attribute. Those attribute values can also include a namespace to override the @webservice targetNamespace
I found <jaxws:endpoint> nicely documented here: http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html I'm wondering if there is similarly complete documentation for <jaxws:server> and <jaxws:client>? -Mike -----Original Message----- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 6:28 PM To: [email protected] Subject: Re: How to configure @WebService via spring? Look at Step #8 here: http://www.jroller.com/gmazza/date/20080417#WFstep8 Basically, what you place in the config file takes precedence over what you have in the @WebService annotation (Step #6 in my tutorial above). HTH, Glen Ramnarine, Michael wrote: > > Can someone tell me how override or add to the @javax.jws.WebService > annotation via spring in CXF? > > For example, in samples/wsdl_first/src/demo/hw/server/GreeterImpl.java. > > -Mike > > > > > -- View this message in context: http://www.nabble.com/How-to-configure-%40WebService-via-spring--tp18599 970p18600128.html Sent from the cxf-user mailing list archive at Nabble.com.
