I have to create an application that plays the role of a "bridge" between two web service
that stores information. I have to get the information from one and send it to the other the way this "other" wants. These requests and responses will be based on SOAP
. I have never done anything like this, I have seen some subjects and examples of SOAP
code, but I still have many doubts. For now, my question is what kind of project do I create in Visual Studio C#
to support this type of creation? What I aim for (given by the boss) is that this application will run as a service and will be installed by prompt de comando
. I've seen something about WCF
but it also does not match what I want.
If you help, you have this image of the project files:
Thank you in advance!