Just to let you know this must be a basic question, but I am new to this field.
I am given xml file and asked to import it in C# project as wsdl file.
I know how to import wsdl file in C# project like: Right click on 'Refrences' and then click 'Add Service Refrence' from there we need to select wsdl file.
I am confuse how to convert xml file to wsdl and import it in project.
I really appreciate your help or tips to proceed.