0

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?

Community
  • 1
  • 1
Danyun Liu
  • 3,072
  • 24
  • 22

2 Answers2

0
Maybe EJB3 will help you. Resin supports it.
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