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

We are planning to create a new Web Service using RSA 7.5 and Websphere 7. But not able to understand whether to use JAX-RPC or JAX-WS.

I know that JAX-RPC is the older one and the newer one is JAX-WS. Is there some specific advantage of one above the another by which we can easily understand which one should be used?

I am used to JAX-RPC. JAX-WS is new to me, hence i would definitely love to go with something I am presently comfortable with. But I am worried if RPC will be depricated in upcoming days may be in next 6 months which i am not at all sure.

Please suggest so that I can proceed with it and take the correct decision.

Regards,

share|improve this question
Didn't you just answer your own question? Here's an SO question on similar lines – Sujay Sep 7 '12 at 15:14
Not an answer, but I can recommend you consider Spring WS – BunjiquoBianco Sep 7 '12 at 15:16
No. I did n't answered my question, its an open question to all and i posted what i am afraid of. Hence you may take it the either way if you are habituated of doing the same and giving some negetive marks. Thanks a buck :) – user182944 Sep 7 '12 at 15:20

1 Answer

up vote 0 down vote accepted

JAX-WS started as the next version of the JAX-RPC spec, but contained significant enough changes that it became a new spec. If JAX-WS is available in your environment I would recommend using that instead of JAX-RPC.

My JAX-WS Example

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.