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...
Continue reading...