I asked a question yesterday Question about the framework or tools dealing with webservice in java, I am appreciate the answers. I tried some ways and I decide to use axis for the client and JAX-WS for the server side. But i am confusing that is that a good way to server the webservice with resin or can webservice work well with resin?
Asked
Active
Viewed 360 times
2 Answers
0
I am not sure if I understand your question, but is this what you are looking for?
a jax-ws service for the resin soa
The article uses JAX-WS (standard java api) to create the web service. You specify a web service endpoint in a class using @WebService
annotation. More on JAX-WS here.

zengr
- 38,346
- 37
- 130
- 192