AXIS vs. Spring WS

2008-08-26 Thread thomas2004

I am used to use Apache AXIS and quite satisfied. Now I am going to make a
project in which I have to build a Web Service. I want to use the AXIS but
my customer want Spring WS.

These days I am learning SPring WS and find it 's much more difficult and
complicated to learn. 

Does someone have experience at both and give a tipp?

Regards

Thomas
-- 
View this message in context: 
http://www.nabble.com/AXIS-vs.-Spring-WS-tp19165473p19165473.html
Sent from the Axis - User mailing list archive at Nabble.com.


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



Re: AXIS vs. Spring WS

2008-08-26 Thread Deepal Jayasinghe

 I am used to use Apache AXIS and quite satisfied. Now I am going to make a
 project in which I have to build a Web Service. I want to use the AXIS but
 my customer want Spring WS.

 These days I am learning SPring WS and find it 's much more difficult and
 complicated to learn. 

 Does someone have experience at both and give a tipp?
   
Well , if you look at Apache Axis2 , which has inbuilt support for
Spring. Where it has two approaches to work with Spring.

 1- Deploying spring pojos in Axis2 -
http://ws.apache.org/axis2/1_4_1/spring.html
 2- deploying and starting axis2 in Spring container  -
http://blogs.deepal.org/2008/07/spring-web-services-and-axis2.html

Depending on your requirement you can use one of the above approaches.

Thank you!
Deepal
 Regards

 Thomas
   

-- 
Thanks,
Deepal

http://blogs.deepal.org/


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