Forum Post: RE: [WebService] Soap Message with attachment.

  • Thread starter Thread starter damienk
  • Start date Start date
Status
Not open for further replies.
D

damienk

Guest
Note I've got the same issue with my .NET application, where I can't see an addAttachment method like this one. (JAVA AXIS CODE) FileDataSource file = new FileDataSource("C/repertoire/exemple.txt"); DataHandler data = new DataHandler(file); AttachmentPart attachmentPart = new AttachmentPart(data); attachmentPart.setContentId("mdws-attached/exemple.txt"); myStubService.addAttachment(attachmentPart); myStubService.sendMessage(myMessage);

Continue reading...
 
Status
Not open for further replies.
Back
Top