Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SOAP with Attachment (SwA) in C#

I need to use .NET in order to consume a JAVA written SOAP service which expects simple MIME attachments on some of its method.

Does anybody know how to accomplish it? I could not find any information about using WCF or even WSE clients with such attachments.

Thanks!

like image 750
webwise Avatar asked May 05 '09 08:05

webwise


1 Answers

This is not supported by .NET clients natively. You might take a look at the following discussion on MSDN forums. If you install WSE 2.0 there is an example at the following location: C:\Program Files\Microsoft WSE\v2.0\Samples\CS\QuickStart\Attachments\AttachmentsClient

like image 134
Darin Dimitrov Avatar answered Sep 21 '22 15:09

Darin Dimitrov