Update:
I realize this
i have enables this on axis.xml
<!--messageFormatter contentType="multipart/form-data"
class="org.wso2.carbon.relay.ExpandingMessageFormatter"/-->
then entire formdata removed when leaving from ESB
when i put this
<messageFormatter contentType="application/json/badgerfish"
class="org.apache.axis2.json.JSONBadgerfishMessageFormatter"/>
its added --MIMEBoundary_f87531fc30be8d54586c12407e50802a83e6f39add1ac30f
as boundary while request comes as
Content-Type: multipart/form-data;
boundary="----=_Part_5_1348483079.1390998843200"
messge builder set as
<messageBuilder contentType="multipart/form-data"
class="org.wso2.carbon.relay.BinaryRelayBuilder"/>
in this case problem is parameter not set with value. following combination
is work but problem is override the boundary name
<messageBuilder contentType="multipart/form-data"
class="org.apache.axis2.builder.MultipartFormDataBuilder"/>
<messageFormatter contentType="multipart/form-data"
class="org.apache.axis2.transport.http.MultipartFormDataFormatter"/>
any idea...????
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev