Difference between jaxrpc and jaxrpc-api?

461 Views Asked by At

What is the difference between jaxrpc and jaxrpc-api? I didn't find any article which tells the difference between two. Also, I am able to find jaxrpc-api.jar but not able to find any valid location to download jaxrpc.jar. And which one from these two is upgraded to jaxws 2.0? Any Help would be really helpful!

1

There are 1 best solutions below

0
duppydodah On

It looks like javax.xml/jaxrpc was simply moved to javax.xml/jaxrpc-api but, obviously both deal with xml binding.

https://mvnrepository.com/artifact/javax.xml/jaxrpc

https://mvnrepository.com/artifact/javax.xml/jaxrpc-api