Hi,
I've got a client that is supposed handle http response having multipart
(Content-Type: multipart/related;type="text/xml";)
I wonder if it is possible for staff to handle it.
According to staff code, Invoke method always return single xml response.
In my case, the multipart content is composed of 2: plain text and next soap response.
In axis2c code, in axis2_http_sender_get_header_info I found that it checks
for AXIS2_HTTP_HEADER_ACCEPT_MULTIPART_RELATED and AXIS2_HTTP_HEADER_ACCEPT_XOP_XML.
Can you tell me, if it is possible to work with multipart?
Thanks
Mike