I have chosen to use WebLogic Web Services, since my other applications are deployed on WebLogic and I am familiar with WebLogic. What this means is that I am writing standard Java classes and running an Ant script containing WebLogic Ant tasks that build the web service components and package them into an EAR file. I can then deploy this EAR file on the desired WebLogic server. Therefore, I am not using any web service frameworks, and I am using a bottom-up approach.
How to implement authentication around the web service?
What do you suggest?
Start Free Trial