Is there any issues with providing several different formats of web services from the same application server?
Is there any issues with providing several different formats of web services from the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general, I don’t see why there should be issues. I’ve done this in WebSphere with no trouble. I can’t see a reason why this should be problematic in other app servers.
The only minor complications I could think of could come from the particular frameworks you might chose to use for example Wink for REST and JAX/WS. These might in turn pre-req different versions of libraries, so you might need to take care with classpaths etc.