hi, im using axis2 (V1.0) and spring1.2.6 in Weblogic 8.1. I have an AAR file which i want "spring wired". In my services.xml i have the below :
<parameter name="SpringXmlURL" locked="false">
META-INF/spring-webservice-beans.xml
</parameter>
<parameter name="SpringBeanName" locked="false">
workTrackingWebService
</parameter>
Can I use the default "RawXML" message receivers or do i need *SPECIFIC* ones due to the fact that i'm using spring? Axis2 and spring integration is listed
http://ws.apache.org/axis2/1_1/spring.html#26 - is that all i need to do?
any help much appreciated..thanks, Ronan