Hi,
I have two methods, with the same name but different params:
MyMethod(string )
MyMethod(string , string, string)
I can build the service but the call in IE or a client app fails,
because of the same method name. Isn't it possible to use the same
methode name multiple?
TIA, Frank
I have two methods, with the same name but different params:
MyMethod(string )
MyMethod(string , string, string)
I can build the service but the call in IE or a client app fails,
because of the same method name. Isn't it possible to use the same
methode name multiple?
TIA, Frank