I have to publish a web service (with .net) to receive messages from another web service. I only have the .xsd of the messages and an example of one request.
I've been able to create the .cs files from the .xsd but now I do not know how to deploy the web service from that .cs files.
Can anyone help me with an example or some code?