Re: Attachments - AXIS Server, .NET Client

2005-01-27 Thread Liu, Scott
Hi, John, Could you please share your C# client code with us since the reference is so hard to find on this topic in the .NET society? I am writing a C# client to send an attachment to an Axis server. Thanks, Scott [John Walker wrote] Do you mean the .NET client side? I have

Re: Attachments - AXIS Server, .NET Client

2004-11-29 Thread Tony Opatha
Hi, 1) What level of support currently there is inAXIS 1.2 for message attachments. E.g., does it support both DIME and and SwA? 2) WS-I has SOAP attachment profile finalized in August 2004. Does AXIS support SOAP attachment profile:

Re: Attachments - AXIS Server, .NET Client

2004-11-26 Thread John Walker
Do you mean the .NET client side? I have created a similar C# class for that portion. The C# class has the ability to add attachments for a client, and to detach them. As for a Java client, I have only created a method that solves half of the problem. I think, though, after solving the first

Re: Attachments - AXIS Server, .NET Client

2004-11-24 Thread Eric Prickett
Thanks for the contribution! John Walker 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

Re: Attachments - AXIS Server, .NET Client

2004-11-24 Thread Rahul Tripathi
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

Attachments - AXIS Server, .NET Client

2004-11-23 Thread John Walker
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

Attachments - AXIS Server, .NET Client

2004-11-23 Thread John Walker
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