I have a requirement where I have to send one SOAP attachment(PDF) to a Java WebService using C#. Is this possible? if so, can anyone please share the code snippet?
I have another java application , that could send SWA attachement to this same Java service successfully. but Datahandler is used there. Do we have an equivalent of javax.activation.DataHandler in c# ?