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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/06/26 16:23:25 UTC

[jira] Resolved: (AXIS2-2861) Enabling MTOM for a service duplicates the response message

     [ https://issues.apache.org/jira/browse/AXIS2-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2861.
-------------------------------------

    Resolution: Won't Fix

> Enabling MTOM for a service duplicates the response message
> -----------------------------------------------------------
>
>                 Key: AXIS2-2861
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2861
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP
>            Reporter: Tammy Dugan
>         Attachments: Axis2MTOMError.java
>
>
> When I create an OMSourcedElementImpl element from an inputstream with MTOM enabled, the response message is corrupted as follows:
> --MIMEBoundaryurn_uuid_3A7C9A63405FA643D11182859030413
> Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
> Content-Transfer-Encoding: binary
> Content-ID: <0....@apache.org>
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><returnStatistics />
> --MIMEBoundaryurn_uuid_3A7C9A63405FA643D11182859030413----MIMEBoundaryurn_uuid_3A7C9A63405FA643D11182859030413
> Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
> Content-Transfer-Encoding: binary
> Content-ID: <0....@apache.org>
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><returnStatistics /></soapenv:Body></soapenv:Envelope>
> --MIMEBoundaryurn_uuid_3A7C9A63405FA643D11182859030413--
> As you can see, the response message is duplicated. I am attaching a very simple test case that should reproduce the error. If I disable MTOM, the message is fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org