The easiest way is to add a Web Reference from Visual Studio. Just provide the URL of your WSDL for your web service. Visual Studio imports this and creates the corresponding classes for interacting with the service. You just need to create code that populates the data and executes the operation.