• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Dynamic vs Satic Web Service client

 
Greenhorn
Posts: 2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Have some query regarding static vs dynamic web service client .Is dyanic client is implementation independent, means can I use same dynamic client to consume AXIS based web service as well as Jaxws based web service .

Regards ,
Deep
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

What do you mean by a "dynamic" WS client, and what by a "static" one?

Also, JAX-WS is an API, whereas Axis is an implementation (which supports JAX-WS), so where do you see the difference between the two?
 
deepm Mukherjee
Greenhorn
Posts: 2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii ,

Let me put the question this way .There is some thing called static webservice client which create the stub in compile time and Dynamic webservice client which creats stub tn run time .Now I have two web service implementation ,one in JAX-RPC and other in JAX-WS .

I have one dynamic client which is used to invoke Jax-ws implementation .Can I use the same client to invoke JAX-RPC ?

Regards ,
Deep Mukherjee
 
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic