Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

Can anyone tell me how to create SOAP request and response using C# .NET?

Thanks in advance.
Posted
Updated 16-Feb-10 3:22am
v3

1 solution

By far the easiest way is to run WSDL.exe[^]against the wsdl deininftion of the service.

You can hand-roll your own messages and proxy but, beleive me, it's a huge chore.
 
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