I just need an extension to this answer https://stackoverflow.com/a/4791932/880875 to allow sending me a file with this SOAP request. In my case the service is soap based java web service.
Asked
Active
Viewed 405 times
1
-
Read this https://learn.microsoft.com/en-us/previous-versions/dotnet/articles/ms996944(v=msdn.10) – Masoud Andalibi Jul 29 '19 at 06:35
-
Sorry, but I went through it already, I just want to attach the file through the endpoint exposed by wcf. And I am not getting that from the link. – Deepak Mishra Jul 29 '19 at 06:40
-
@DeepakMishra the article tells you how to do that, with sample code. What else do you need to know? – Tom W Jul 30 '19 at 10:56
-
@TomW Which article? – Deepak Mishra Jul 30 '19 at 10:57
-
@DeepakMishra the one that you responded to on the comment immediately prior to mine. – Tom W Jul 30 '19 at 11:29
-
@TomW Actually that tells me how to create a webservice which has the response with attachment. My requirement is send a file as an attachment to a web service request. I have searched the whole internet but did not get any example of it. Please help. – Deepak Mishra Jul 30 '19 at 11:34