Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been trying to find this info in JBoss docs/forums/WIKIs - but could not get a concise answer to this question:

Which web services stacks are supported (or you can make work on) in JBoss 5?

I have a huge legacy app using Axis 1 web services which is running fine on WLS9.2. Now I have to migrate it to JBoss 5 and I have to decide whether I can leave Axis1 web services as is (at least for the time being, to get the app working on JBoss at all), or if I have to upgrade web services to Axis 2 or CXF.

So, given the three options, Axis 1, Axis 2 and CXF - what does support for them look like on JBoss 5? Any gotchas, pain points, words of wisdom from experience? :)

share|improve this question

2 Answers

See JBossWS User guide for details

share|improve this answer

Axis1 works fine on 4.2.x. No idea about 5. Sorry i can't be more helpful than that!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.