SOAP with application (SwA) in C #

I need to use .NET in order to use a JAVA-written SOAP service that expects some MIME attachments for some of its methods.

Does anyone know how to do this? I could not find any information on using WCF or even WSE clients with such attachments.

Thanks!

+6
c # soap mime attachment
source share
1 answer

This is not supported by .NET clients natively. You can see the following discussion on MSDN Forums . If you install WSE 2.0 , you can find an example in the following location: C: \ Program Files \ Microsoft WSE \ v2.0 \ Samples \ CS \ QuickStart \ Applications \ AttachmentsClient

+5
source share

All Articles