[
https://issues.apache.org/jira/browse/AXIS2C-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Styphinson Toms - TLS , Chennai updated AXIS2C-452:
---------------------------------------------------
Attachment: image001.gif
How can I construct the MIME message in SwA .I need to return an
attachment from the server program. Is it possible
Thanks In advance.
THANKS,
STYPHINSON TOMS.
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates.
Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of
this message without the prior written consent of the author of this e-mail is
strictly prohibited. If you have
received this email in error please delete it and notify the sender
immediately. Before opening any mail and
attachments please check them for viruses and defect.
-----------------------------------------------------------------------------------------------------------------------
> Attachment problem
> ------------------
>
> Key: AXIS2C-452
> URL: https://issues.apache.org/jira/browse/AXIS2C-452
> Project: Axis2-C
> Issue Type: Bug
> Affects Versions: 0.95
> Environment: Linux
> Reporter: yong yang
> Assigned To: Dinesh Premalal
> Fix For: 1.0.0
>
> Attachments: axis2.c, axis2.h, client.c, image001.gif, test.c
>
>
> 1)send attachment
> for example, the client will attach three files to the web service.
> a) The first file exists and is not empty
> b) The second file doesn't exist or it is empty.
> c) The third file exists and is not empty
> when the server receives the SOAP message, it will try to detach
> these files. But the server only can detach the first file and can
> not detach the third file. When I used the TCP MONITOR to trace the
> SOAP message, the first MIME contains the content of the first file;
> the second MIME is empty; the third MIME contains the content of the
> third file. I also check what is the content in corresponding binary
> node, I found the binary node in both second and third attachment
> node are NULL.
> 2)send back attachment
> If the server would like to send back the attachment to the client in case of
> SEND-AND-RECEIVE message pattern, it seems that the server can not attach
> these files. When I used the TCP monitor to trace the SOAP message, no any
> MIME in the SOAP reply even if I enable the MTOM options in the server
> program. When I read some doucments, it seems tha tthe OPTIONS only can
> associate with CLIENT. How can I associate the OPTIONS with the server as
> well?
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]