Deepak
Deepak

Reputation: 21

how to invoke a web service in asp.net using SOAP

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

Answers (2)

John Saunders
John Saunders

Reputation: 161773

See How to Consume a Web Service.

Upvotes: 0

Bogdan M.
Bogdan M.

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

Related Questions