Reputation: 21
I have written a web service in asp.net 4.0. Now I need to invoke this web service using SOAP protocol but not HTTP Post protocol. Can any one suggest to me how can I achieve this?
Upvotes: 0
Views: 356
Reputation: 1128
See http://social.msdn.microsoft.com/Forums/en-MY/asmxandxml/thread/5486c18a-a796-4f70-9e56-ccee572abcaf.
You have to use Windows Communication Foundation
Upvotes: 1