Paul
Paul

Reputation: 23

How to work with SOAP attachment?

I need to work with SOAP attachment in .NET, if anyone know how to do that please let me know with an example.

Upvotes: 1

Views: 343

Answers (1)

John Saunders
John Saunders

Reputation: 161821

You will have to be more clear about what you mean when you say "SOAP Attachment". If you are referring to "SOAP with Attachments", then you are referring to an obsolete technology which is not supported by .NET.

Upvotes: 1

Related Questions