2

I have been researching this like crazy, and have not been able to find an answer.

Is there any possible way to use JAX-RPC with Axis2?

I know Axis2 is compatible with JAX-WS, but I have not been able to find anything about

user823473
  • 63
  • 1
  • 1
  • 8
  • I recommend reading this previous answer about JAX-RPC and JAX-WS. http://stackoverflow.com/questions/3307516/jax-ws-vs-jax-rpc/3314458#3314458 – Wrench Apr 09 '13 at 09:29

1 Answers1

2

Axis2 has no support for JAX-RPC 1.1, it is instead using it's sucessor, JAX-WS 2.0.

Wrench
  • 4,070
  • 4
  • 34
  • 46