I use a wsdl file to generate web service with the help of svcutil but it generates class instead of simple int or string parameter for the service contract. What I did:
- I created a WCF Service Application
- I created a Console Application then added the service reference to the project
- I used svcutil.exeto generate service from thy wsdl and xsd files in console project
Why does it do that and how I can rewrite the wsdl to solve this problem, please?