You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Venkat Reddy <vr...@gmail.com> on 2005/03/23 11:08:42 UTC

SAAJ for OM

hi folks,

Ashutosh and Jayachandra have put together a quick implementation for
SAAJ over OM as an exercise to see if the current OM API can cater the
needs of a SAAJ layer. We find that the basic needs are met to a build
a saaj SOAPEnvelope object, but still there are some stuff that waits
for corresponding implementation in OM.

The code is in scratch area now (ashu_jaya_venkat), and more details
are in readme.txt. Also a test client is provided to demonstrate
creating a basic soap message and sending it to the server.

Please review the code and help us refining it further.

thanks !
-venkat