[ http://issues.apache.org/jira/browse/AXIS2-306?page=all ]

Afkham Azeez updated AXIS2-306:
-------------------------------

    Attachment: axis2-18012006.patch.tgz

This patch contains the following

1. Fix for MTOM bug where the content type of all attachments were converted to 
application/octet-stream
2. SAAJ SOAPConnection complete implementaion
3. New integration test which sends a SOAPMessage with attachments to an Echo 
service, and receives back the response and validates it.

With this patch, the SAAJ implementation for AXIS2 is complete, except that 
SAAJ TCK compliance has to be achieved. 

Current unit test code coverage of SAAJ, according to clover is 48.5%.

Please apply this patch

> SAAJ over our DOM
> -----------------
>
>          Key: AXIS2-306
>          URL: http://issues.apache.org/jira/browse/AXIS2-306
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>     Reporter: Davanum Srinivas
>     Assignee: Afkham Azeez
>  Attachments: Echo.aar, axis.jpg, axis2-18012006.patch.tgz, axis2-doom.patch, 
> axis2-doom.patch, saaj2-29122005.zip, saaj2.patch, saaj2.patch
>
> Ruchith,
> There are classes in our saaj package the implement org.w3c.dom.* stuff. we 
> need to make them EXTEND the dom impl classes. For example:
> org.apache.axis2.saaj.NodeImpl implements org.w3c.dom.Node
> we need to change it to
> org.apache.axis2.saaj.NodeImpl extends
> org.apache.axis2.om.impl.dom.NodeImpl implements org.w3c.dom.Node
> Otherwise we will have 2 classes implementing the same methods from 
> org.w3c.dom.Node.
> What do you think?
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to