Possible Duplicate:
How to use a WSDL
1 - User will fill the form in one website page and press submit (http://www.vivointernet.com.br/ ) 2 - The submit calls a function (that need to be developed in this job) that created a xml file (wsdl format) that is the file attached (BlenderServices.xml) 3 - You need to use the method EnviarMailing (already on BlenderServices.xml). The parameters "campanha" value is "SiteVivo" and the other parameters (nome(name), email, endereco(address), telefone(phone) and so on) you will get from form and save on that BlenderService.wsdl format.
So, basically the format is already defined. Is the BlenderService.wsdl format. What I need to do is to write the functions that will call it when user press submit and pass the parameters. And save that information in attached xml format.... //here is BlendServices.xml file....
https://dl.dropbox.com/u/46576111/BlenderServices.wsdl
Kindly tell what services are mentioned in file and How I can use these services using C#.. I am Newbie to Webservices but knows the architecture but not C# code......