Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to send the message to url using soap in wcf and how can i get response pls give me the reply
Posted

1 solution

Hi,

SOAP is the protocol used for web services. The equivalent binding type in wcf is basic http binding.

Assuming you're looking to send the object in c#? the following is a tutorial on developing wcf with basichttpbinding.

The first part covers creating a service. The 2nd half is connecting to it. If you only need to connect to and existing service you can skip the first half.

http://www.switchonthecode.com/tutorials/wcf-tutorial-basic-interprocess-communication
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900