views:

989

answers:

2

Hi all,

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!

+4  A: 

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

Darin Dimitrov
A: 

You may want to check with the product from http://www.alotsoft.com

Bookreader