• 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

differences between AXIS and JWSDP

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please give me 1)differences between AXIS and JWSDP?
2)advantages of AXIS over JWSDP and vis versa?
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the only difference is in the results of wsdl<->java tools in these packs, where actuall implementation of common interfaces are different.
Here some user experience in using both tools
http://archives.devshed.com/a/ml/200503-72847/Differences-between-the-jwsdp-and-axis-generated-Java-classesProblem-with-Java-Client-also
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vara Prasad,

One can differentiate between the two based on following parameters:

a. ease of use

b. support for plugging in WS-Security 2004, XML Signatures, XML Encryption specification implementations

c. ease of deployment

d. xml schema support and xml<->java data binding frameworks

e. support for Basic Profile

f. interropability with other soap toolkits


Only those who worked on both AXIS and JWSDP can clearly tell the differences between the two keeping in mind the above parameters. As far as my familiarity with above parameters , I vote for AXIS over JWSDP for a, f parameters as I dont know how JWSDP supports other parameters over AXIS.

Hope I am giving you some hints.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic