• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

web service clients.

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me how to create different types of web service clients(Static,Dyanamic Proxy and DII) using JAX - WS specification, and also can anyone please tell me the what is the major difference between JAX - RPC and JAX - WS specification.
 
prashanth chaitanya
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone please answer this as i am really confused.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This should help with the latter: difference jax-rpc jax-ws
 
prashanth chaitanya
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone please tell me the first part
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prashant,
JAX-RPC 1.1 - Java API for XML based Remote Procedue Call is API provided in J2EE 1.4 spec for web services implementation. But in JEE 5 onwards it has been properly renamed as JAX-WS 2.0(Java API for XML based Web Services).

Can anyone tell me how to create different types of web service clients(Static,Dyanamic Proxy and DII) using JAX - WS specification, and also can anyone please tell me the what is the major difference between JAX - RPC and JAX - WS specification.


It will take more than just a few paragraphs to explain those concepts. Get a copy of this book for J2EE 1.4 web services. It'll also give a good foundation if you have to work on JAX-WS.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Take a look at section 4.9 in my SCDJWS 5 Study Notes, which describe different types of JAX-WS web service clients with code examples.
The document can be found here: http://www.slideshare.net/krizsan/scdjws-5-study-notes-3085287
Best wishes!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic