Hi Sridhar,
You can create a custom module and engage it in your service or client program. In this module u can get the attachment of you request /response using axis2 api and you can get the file name as well. Thanks, Swapna Soni. From: Sridhar Dabbeeru [mailto:[email protected]] Sent: Wednesday, June 08, 2011 11:14 PM To: [email protected] Subject: Filtering MTOM attachments based on disposition file name and content type Hi, I have a requirement to apply a security filter on MTOM attachments based on configured of content type and file name extension. For example file name with ".mp3" shouldn't be allowed for uploading or content image/png shouldn't be allowed. I see in my soap request Content-Disposition: attachment; name="xyz.tif" but the file name is not being parsed in axis2. I was expecting the name in my DataHandler but that turned out to be stream name. Datahandler does give me handle for the correct content type. The only missing link is file name. I am wondering does axis2 parses disposition file name at all? Can any one help me to resolve this. Thanks, Sridhar
