java - What is the difference between wscompile and wsimport? -
what difference between wscompile , wsimport. can please let me know when wscompile. use wsimport ws artifacts wsdl. confused when use wscompile?
as per information, jax-ws has simplified development of web service clients when compared jax-rpc. both technologies have tool importing wsdl generate client side artifacts. jax-rpc's tool wscompile, jax-ws' tool wsimport.
the advantage of jax-ws clients on jax-rpc clients portability. jax-ws generates portable artifacts @ higher percentage, while jax-rpc generated artifacts not portable.
Comments
Post a Comment