Hello Everyone,
I developed a web application and at a point of this application I would like to send a message to another server using SOAP Request/Response.
I have no idea how to develop this. I couldn't find anything on the web. I found that there is messageFactory for Java if anyone knows it. Is there anything similar for c#.net?
I want to send a SOAP request to a server with a message in it and get the response from that server.
Wait for your help immediately as I have to complete the project and this is the last part of it.
Thanks for your help in advance.
Riyaz AkhtarPosted Feb 18, 2014, 3:22 AM
You can use either WCF or web service for your requirement.
WCF example:
http://www.codeproject.com/Articles/566691/WCF-From-a-Beginners-perspective-a-Tutorial
Web Service Example:
http://www.codeproject.com/Articles/337535/Understanding-the-Basics-of-Web-Service-in-ASP-NET
MichaelPosted Feb 18, 2014, 2:56 AM
Lakshmanan Sethu SankaranarayanPosted Feb 18, 2014, 2:53 AM