• 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

Axis and SOAP

 
sanitation engineer
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How does Axis fit into the web services paradigm? Is it part of J2EE specs? How does it relate to SOAP?

Thank you,
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Carlisia Campos:
[QB]How does Axis fit into the web services paradigm? Is it part of J2EE specs? How does it relate to SOAP?
QB]


Axis is an implementation of the SOAP specification.
It definitivelly fits into webservices. Its one of the java ways to do webservices
It is not part of any J2EE specs. Nevertheless, J2EE 1.4 mandates to support JAX-RPC and SAAJ. As Axis is compliant with these 2 specs, it's an implementation which is in accordance with a part of J2EE 1.4
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Axis is an implementation of SOAP developed by Apache. Its a lightweight protocol for exchange of information in a decentralized, distributed environment. U can say axis is a soap engine.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic