{{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:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...