I have a web service that uses:
- Java (familiar)
- SOAP (new to me)
- JBOSS (new to me)
The web service is currently unsafe. My task is to protect it with https (ssl or tsl).
I am new to web services and web things in general. Last week passed a tone of literature. Much of what I consider to be irrelevant to my project. I think I need two things:
- Pretty simple web services tutorial (Java specific)
- Web Services Security Tutorial.
Here are some of the tutorials I've already completed:
- How to create a web services server.
- It has no instructions for the client.
- It also doesn't indicate what should happen, so I'm not sure if I got a propper result when navigating the url.
- A pretty good description of a lot of xml stuff and message passing methods. Not sure, but it seems lower than what I need.
- A good tutorial, but in the second step, one of the teams did not work.
- I think this may be due to the fact that the tutorial is really old and maybe my jdk is different or something like that.
source share