• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Doubt for WS

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. is it true only DII support one way communication mode? stub and dynamic proxy doesn't? How they can call void method?

2. stub is used to convert method to message from request, and convert message to request. so stubs take part of job from JAX-RPC runtime?
dynamic proxy does same same is stub? but DII

3. We can use SAAJ to send/consume SOAP message, so SAAJ can replace stub, dynamic proxy, DII in some degree?
 
reply
    Bookmark Topic Watch Topic
  • New Topic