Is there a way to express this with jaxws:? Whether or not, is there an
editor out there for QNames that reduces the noise level of this?
<bean id="rni-proxyFactory"
class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean" >
<property name="serviceClass"
value="com.basistech.rnm.index.ws.NameIndexService"/>
<property name="serviceName">
<bean class="javax.xml.namespace.QName">
<constructor-arg value="http://ws.index.rnm.basistech.com"/>
<constructor-arg value="NameIndex"/>
</bean>
</property>
<property name="address" value="${serviceUrl}/NameIndex"/>
<property name="dataBinding" ref="aegis-databinding"/>
</bean>