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

Detelin Hadzhiev updated AXIS2-5674:
------------------------------------
    Description: 
org.apache.axis2.transport.http.MultipartFormDataFormatter should follows 
specification when serializing binary nodes(parts).
According to spec here:
http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
Binary part must have Content-Type : application/octet-stream
and Content-Disposition header must have the value form-data, and its name 
parameter is the local name of the element.
In addition content must not be encoded as base 64 format. It mus be raw binary 
content.

  was:
org.apache.axis2.transport.http.MultipartFormDataFormatter should follows 
specification when serializing binary nodes(parts).
According bto spec here:
http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
Binary part must have Content-Type : application/octet-stream
and Content-Disposition header must have the value form-data, and its name 
parameter is the local name of the element.


> MultipartFormDataFormatter does not format/serialize binary parts as per 
> specification
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5674
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5674
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.6.2
>            Reporter: Detelin Hadzhiev
>
> org.apache.axis2.transport.http.MultipartFormDataFormatter should follows 
> specification when serializing binary nodes(parts).
> According to spec here:
> http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
> Binary part must have Content-Type : application/octet-stream
> and Content-Disposition header must have the value form-data, and its name 
> parameter is the local name of the element.
> In addition content must not be encoded as base 64 format. It mus be raw 
> binary content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to