I am using the .Net tool wsdl.exe to generate a service reference for a webservice from the WSDL. One of the methods on the service takes in a Guid
as a parameter. When I look at the code that is generated, the parameter is now a string
.
Why does this happen?