Hi All,
I have gone through internet and this forum to find out how to retrieve the attachment, if they are attached using axis1.1.
Sample codes.
axis 1.1 client :-
call.setProperty(Call.ATTACHMENT_ENCAPSULATION_FORMAT, attachmentType);
DataHandler dh = new DataHandler(new FileDataSource("/tmp/file.doc"));
AttachmentPart attachmentPart = new AttachmentPart(dh);
attachmentPart.setContentId(zipFile.getName());
call.addAttachmentPart(attachmentPart);
SOAPEnvelope returnedEnvelope = call.invoke(requestEnvelope);
- Attachment retrieving in case axis2 based servi... Prasad Chaudhari
- RE: Attachment retrieving in case axis2 ba... Rathore, Amit Singh (STSD)
- Attachment retrieving in case axis2 based ... Prasad Chaudhari
- Re: Attachment retrieving in case axis... Prasad Chaudhari
- Attachment retrieving in case axis2 based ... Prasad Chaudhari
