0

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?

1
  • SOAP always uses an HTTP POST. Why don't you want to use that? Commented Dec 16, 2011 at 6:07

2 Answers 2

1

See http://social.msdn.microsoft.com/Forums/en-MY/asmxandxml/thread/5486c18a-a796-4f70-9e56-ccee572abcaf.

You have to use Windows Communication Foundation

Sign up to request clarification or add additional context in comments.

Comments

0

See How to Consume a Web Service.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.