JAX-WS and RPC
843833Feb 28 2007 — edited Sep 11 2007Hi all,
I just started doing some development using Java Web Services. I would like to write a Web Service Client to a RPC based Web Service.
Now from Goolging, I believe JAX-RPC has been superseded by JAX-WS; and that JAX-WS does not support RPC type of Web Services.
Is that correct?
If so, what is the new model of Web Service? I like to know this so that I can potentially modify the actual Web Service to not use RPC.
Another question. Whatever this new model of Web Service that JAX-WS like, do other technologies support it? E.g., .NET?
Thanks.
Hon Hwang.