web services - Random questions on JAX-WS and JAX-RPC compatibilities -


  1. we have web service running on old version of application server. old application server running on java ee 1.4. clients on server running on same version of application server.

  2. the move upgrade our application server has started. new version run on java ee 6. thing is, clients still run on old version. still able access web service running on java ee 6?

if yes answer #2, have follow question below

  1. our web service created using jax-ws. mean should generate client classes jax-rpc? clients running in old version able access it? if yes, how?

to rephrase question, if have jax-ws web service, how generate jax-ws client , how generate jax-rpc client? ive done initial research , seem done same way, i'm not sure correct. im confused.

thanks

since mentioned j2ee 1.4, guessing web service based upon jax-rpc 1.x standard. java ee 6 based web service based on jax-ws, suggest generating client stubs using wsimport command using wsdl new service generate stub classes.

in case want dig deeper , should refer jax-ws specification document here (read on chapter 4 - client apis)


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -