2
I have to create an application that plays the role of a "bridge" between two web service
that store information. I have to take information from one and send it to the other the way this "other" wants. These requests and responses will be on the basis of SOAP
. I’ve never done anything like, I’ve seen some code subjects and examples SOAP
but, I still carry many doubts. For now, my doubt is what kind of project I create in the Visual Studio C#
to support this type of creation? What I aim to achieve (given by the boss) is that this application will run as a service and will be installed by prompt de comando
. I saw something about WCF
but it doesn’t match what I want either.
If help has this image of the project files:
Thanks in advance!
I think it would be nice for you to also explain the part of Webservice itself, which, in my view, is at the heart of her doubt.
– Leonel Sanches da Silva