Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to create the web service to process SOAP message and response in SOAP format.
How to capture and process SOAP message in WCF and send the response to the client.

How to consume wcf service at client.

What I have tried:

[ServiceContract]
public interface IService1
{

    [OperationContract]
    string AddName(string XML);

    // TODO: Add your service operations here
}
Posted

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