Hi all,
The update on SAAJ layer over OM has been committed to scratch
area. This has test cases ported from Axis 1.2 for pore SAAJ api as well
implementation of factory classes and some methods in SOAPMessage and
SOAPNode.
I am stopping working on it till the refactoring of OM code is
done and the code in main area stablizes. My implementation may not work
with the current changes in OM, I'll update my code once refactoring of
OM is finished.
Thanks,
Ashutosh
-----Original Message-----
From: Shahi, Ashutosh
Sent: Tuesday, April 12, 2005 9:55 PM
To: [email protected]; Venkat Reddy
Subject: RE: [Axis2] SAAJ for OM
Hi all,
I have put together the remaining implementation of SAAJ apis
over OM (except AttachmentPart and some of the DOM specific methods in
some classes). Now, we can create, send and receive soap messages using
only SAAJ apis. As part of it I have also provided implementation of
SOAPMessage and SOAPPart.
There is a test client TestClient2 to send and receive soap
message to the server. I'll be submitting more test cases for the
remaining functionality. Please review the code and provide suggestions.
Venkat will commit the code to the scratch area.
Thanks,
Ashutosh
-----Original Message-----
From: Venkat Reddy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 23, 2005 3:41 PM
To: [email protected]
Subject: [Axis2] SAAJ for OM
resending with proper subject -
-------------------------------
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 !