Thanks for taking interest Sir.

I tried 
<bean depends-on="scheduleService"
class="com.resolution.scheduler.service.webservice.impl.WebServicesOptimiser">
                <property name="serviceBean" ref="scheduleService"></property>
        </bean>

And in method:
public void setServiceBean(Object serviceBean) {
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
sf=(ServerFactoryBeanDefinitionParser.SpringServerFactoryBean)serviceBean;
        List config=sf.getServiceFactory().getConfigurations();
config.add(0,new XFireCompatibilityServiceConfiguration());
}

It still add the addition forward slash.



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-2-7-11-xfire-compatibility-tp5744595p5744606.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to