I added corresponding bean in   applicationContext-webservice.xml

   <bean name="newService" class="org.codehaus.xfire.spring.ServiceBean">
        <property name="serviceBean" ref="newManager"/>
        <property name="serviceClass"
value="com.xyz.service.newWebService"/>
        <property name="inHandlers">
            <list>
                <ref bean="addressingHandler"/>
            </list>
        </property>
    </bean>


I added my dao in applicationContext-service.xml

 <bean id="businessManager"
class="com.xyz.service.impl.BusinessManagerImpl">
        <property name="dao" ref="dao"/>
    </bean>



-- 
View this message in context: 
http://www.nabble.com/Need-Help-for-Web-services-using-struts-framework-tf3232220s2369.html#a9037196
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to