It seems like this list isn't really M$ friendly. I've had to ask the same questions and got no responses either. MSDN had lots of write-ups on this. There are different solutions depending on what type of encoding and use you have. M$ supports RPC/Literal and Document/Literal (default). I ended up having to write a very generic WSE2 client, because I was consuming a ColdFusion component. I have some examples of C# using the generic SoapClient, but not so much anything robust that actually uses WSE3's abilities.
-Joey ________________________________ From: Wishing Carebear <[email protected]> To: [email protected] Sent: Tue, October 27, 2009 2:52:03 PM Subject: Re: DIME, MTOM and Axis1 Any pointers please. Thanks, cabear On Mon, Oct 26, 2009 at 7:45 PM, Wishing Carebear <[email protected]> wrote: Hello: >I have some legacy webservice application using axis1. Need to support >attachment webservice using axis1 both sending and receiving. > >The consumer will be .NET WSE3 client. Is this possible with axis1. > >If so could someone point me to some examples. > >Thanks for your time and help, >cabear
