By default, WSDL doesn’t support operation overloading. Overloading behavior can be achieved by using “Name” property of OperationContract attribute.
When the proxy will be generated for these operations, it will have 2 methods with different names i.e. SumInt and SumDouble.