{{theTime}}

Search This Blog

Total Pageviews

Apche AXIS2.0 vs Axis1.1

Apache Axis2.0 has the following features compare to Axis 1.1

  • AXIOM ( Axis Object Model)
  • Asynchrous Messaging
  • Hot Deployment (Service up on system running)
  • SM engine reliable messaging
  • security

Click here to listen podcast on Axis2

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...