I created a web service using Apache cfx and spring, it works, but I need that the response include this header
WS to make a web service. As parameters I am taking in two strings and an array of a objects whose type are a class in my project.
What are the relative strengths and weaknesses between Sun Metro and Apache CXF for webservice development in Java. Is there another framework that I should be loo开发者_运维知识库king at as well?Both
I\'m trying to access the MessageContext (or WebServiceContext) in an aspect to get access to the HTTPServletRequest for logging purposes. I would like to inject the context like I did for spring-ws开