You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by dj...@freenet.co.uk on 2003/12/22 11:07:20 UTC

Axis handlers and accessing attachments

Hi all,

Is it actually possible to access the returned attachment parts from
within an Axis response handler? I have written a response handler
that needs to check the attachments before they are returned to the
client.

I have tried to retrieve the attachments from the response message
but that just returns an empty list of attachments. I might be me
using the wrong bit of the API.

Thanks in advance,

Darren.