|
Hello there, When I’m trying to call AXIOM’s Attachments’ method
getAllContentIDs(), got an error message as follows: us.gaaoc.service.exception.ServiceException:
org.apache.axiom.om.OMException: Referenced MIME part not found.End of Stream
reached. My code is as follows: Attachments
attachment = (Attachments) context.getProperty(MTOMConstants.ATTACHMENTS); String
[] contentID = attachment.getAllContentIDs(); The attachment variable holds correct info when I look into
it before calling getAllContentIDs() Does anybody knows what is wrong here? Thank you very much!
|
