Is there a way to provide similar functionality on the client side? Using the
MessageContext does not work unless one adds a Handler on the client.


On Tue, 23 Nov 2004 12:04:15 -0800, John Walker <[EMAIL PROTECTED]> wrote:
> 
> 
> I have a spot of code I would like to contribute to the group.  This
> class I developed can be used to detach or attach any file sent over
> web services.
> This class is intended for use on the server side, and will need just
> a little massaging to work in your environment.
> 
> It took me several painstaking hours to get AXIS to send an attachment
> to a requesting .NET client, and for .NET to send an attachment to a
> listening AXIS server.  With the help of the Steve Loughran article
> "Fear of Attachments", and not a little of his code (thanks Steve!), I
> was able to get .NET clients to utilize files stored on my AXIS web
> server.
> 
> Please forgive the Exception handling.
> 
> To read Steve Loughran's article I referred to, ref:
> http://www.mail-archive.com/axis-user@xml.apache.org/msg08732.html
> 
>  - John Walker
> 
> 
>

Reply via email to