• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Axis2 and Spring

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
I didn't like the taste of tongue and it didn't like the taste of me. I will now try this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic