posted 15 years ago
Hi!
This depends on the approach with which your JAX-RPC code was developed:
If it was code-first, then yo will have to read up on JAX-WS and manually rewrite the code.
You may be able to take the WSDL of a code-first JAX-RPC web service and use JAX-WS wsimport to generate code artfacts, which you then fill in by hand - depends on what the WSDL look like.If it was WSDL-first, then you still have to do some reading, but mainly on how to generate JAX-WS code artifacts from WSDLs.
Best wishes!