Hi
We have a current jee project and a new requirement to introduce a webservice into the project. We develop on Rad 7 and deploy to Websphere 6.1, but this could change soon to deploy to tomcat.
What i was wondering is, what approach should we take for developing these webservices? Should we develop RESTful webservices and use JAXB? Should we use the web service generation tool in Rad 7 (this would tie us to websphere) Should we use the approach of generating our xml schema, generate wsdl file and then generate code from wsdl?
We are not interested in using Axis.
What would be the best approach, or what would people regard as the latest and greatest way of creating webservices in Java?
Thanks Damien