Adding Web Reference Problem
-
I am new to this feature..adding web service to client application in visual studio 2005. When I add the web service ..I am getting all the methods in the header generated but I am unable to get the method with same name and different parameters.. can anybody help me out ..please ???? thanks in advance Ashok
-
I am new to this feature..adding web service to client application in visual studio 2005. When I add the web service ..I am getting all the methods in the header generated but I am unable to get the method with same name and different parameters.. can anybody help me out ..please ???? thanks in advance Ashok
I am not sure if overloaded methods are supported, I think I've found they are not.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I am not sure if overloaded methods are supported, I think I've found they are not.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
They aren't although you can sort of get around it by adding a Name property (I think) to the web method attribute in the WS but there is little point to this unless you are reusing the web service interface class from something other than a web service as the proxy for the web service will generate methods using the name property rather than the actual method name.